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

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

Bricks & Breakout & Arkanoid - Krypton Egg.swf

This is the info page for
Flash #235226

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


ActionScript [AS3]
Section 1
//_cq301 (framework._cq301) package framework { public interface _cq301 { function hide():void; function resume():void; function pause():void; function show():void; function reset():void; } }//package framework
Section 2
//_df177 (framework._df177) package framework { import flash.events.*; import flash.net.*; public class _df177 { private var _wy1011:String; private var active:Boolean; private var _ow910:String; private var _rk1186:Object; private var state:uint; public static const _vn791:uint = uint((1 << 0)); public static const _ai229:uint = uint((1 << 2)); public static const _xy113:uint = uint((1 << 1)); public static const IDLE:uint = uint((1 << 3)); private static const _yp1157:String = irrcrpt("jvvr://yyy.gcuatgvtq.eqo/cfu/igvcf.rjr", 2); public static const _rn201:uint = uint((_vn791 | _xy113)); public function _df177(){ state = IDLE; active = false; _ow910 = irrcrpt("xqnqrzq", 3); _rk1186 = new Object(); } public function _cc1512():Object{ return (_rk1186); } public function _us570():Boolean{ return (active); } public function _gu137(_arg1:String, _arg2:String):void{ var gameName = _arg1; var distrib = _arg2; var loader:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE, completeHandler); loader.addEventListener(SecurityErrorEvent.SECURITY_ERROR, _en522); loader.addEventListener(IOErrorEvent.IO_ERROR, _ex1385); var _bt75:String = new LocalConnection().domain; var request:URLRequest = new URLRequest(_yp1157); var _kx233:URLVariables = new URLVariables(); _kx233.id = gameName; _kx233.dist = distrib; _kx233.ref = _bt75; request.data = _kx233; request.method = URLRequestMethod.POST; try { loader.load(request); state = _ai229; } catch(error:Error) { state = _vn791; }; } private function _ex1385(_arg1:IOErrorEvent):void{ state = _vn791; } private function _en522(_arg1:SecurityErrorEvent):void{ state = _vn791; } public function _bx291():String{ return (_ow910); } public function _tk1293():uint{ return (state); } public function _vk473():String{ return (_wy1011); } private function completeHandler(_arg1:Event):void{ var event = _arg1; var loader:URLLoader = URLLoader(event.target); var _id933:URLVariables = new URLVariables(); try { _id933.decode(loader.data); } catch(error:Error) { state = _vn791; return; }; active = (_id933.active == "1"); _ow910 = _id933.type; if (_ow910 == irrcrpt("epube", 1)){ _rk1186.logid = _id933.logid; _rk1186.path = _id933.path; _rk1186.link = _id933.link; _rk1186.time = _id933.time; } else { _wy1011 = _id933.id_mochi; }; state = _xy113; } } }//package framework
Section 3
//_fs191 (framework._fs191) package framework { import flash.display.*; public class _fs191 extends Sprite implements _cq301 { protected var manager:_tr1424; public function _fs191(_arg1:uint=0, _arg2:Class=null){ var _local3:Bitmap; super(); manager = _tr1424.getInstance(); this.graphics.beginFill(_arg1); this.graphics.drawRect(0, 0, 640, 480); this.graphics.endFill(); if (_arg2){ _local3 = new (_arg2); _local3.x = 0; _local3.y = 0; addChild(_local3); }; } public function hide():void{ manager.removeChild(this); } public function show():void{ manager.addChild(this); } public function _yk53():void{ manager._id468(irrcrpt("BeTubsufe", 1)); } public function _pe1212():void{ manager._id468(irrcrpt("DgVnlsshg", 3)); } public function pause():void{ } public function _mo426():void{ manager._id468(irrcrpt("FiKnsnxmji", 5)); } public function _pd1369():void{ manager._id468(irrcrpt("DgIdlohg", 3)); } public function resume():void{ } public function reset():void{ } } }//package framework
Section 4
//_gi413 (framework._gi413) package framework { import flash.utils.*; import flash.display.*; import flash.text.*; import flash.geom.*; public class _gi413 { public static function _eo194(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.LITTLE_ENDIAN; _arg2.position = _arg1; return (_arg2.readUnsignedByte()); } public static function _xl535(_arg1:int, _arg2:ByteArray, _arg3:uint):void{ _arg2.endian = Endian.BIG_ENDIAN; _arg2.position = _arg1; _arg2.writeShort(_arg3); } public static function _yf1381(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:uint=0xFFFFFF, _arg6:String="Arial", _arg7:int=12, _arg8:String="left"):TextField{ var _local9:TextField = new TextField(); _local9.x = _arg1; _local9.y = _arg2; _local9.width = _arg3; _local9.height = _arg4; _local9.selectable = false; _local9.textColor = _arg5; var _local10:TextFormat = new TextFormat(); _local10.font = _arg6; _local10.size = _arg7; _local10.color = _arg5; _local10.align = _arg8; _local9.defaultTextFormat = _local10; _local9.mouseEnabled = false; return (_local9); } public static function _wc1163(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.LITTLE_ENDIAN; _arg2.position = _arg1; return (_arg2.readUnsignedShort()); } public static function _hf1120(_arg1:int):uint{ return ((_arg1 & 0xFFFF)); } public static function _ly326(_arg1:int):uint{ return ((_arg1 & 0xFF)); } public static function _ld1460(_arg1:int):int{ _arg1 = (_arg1 & 0xFF); if ((_arg1 & 128)){ _arg1 = (_arg1 | ~(0xFF)); }; return (_arg1); } public static function _dd151(_arg1:int):int{ _arg1 = (_arg1 & 0xFFFF); if ((_arg1 & 0x8000)){ _arg1 = (_arg1 | ~(0xFFFF)); }; return (_arg1); } public static function _bs45(_arg1:int, _arg2:ByteArray, _arg3:uint):void{ _arg2.endian = Endian.BIG_ENDIAN; _arg2.position = _arg1; _arg2.writeUnsignedInt(_arg3); } public static function _fj711(_arg1:String, _arg2:uint=0xFFFFFF, _arg3:String="Arial", _arg4:int=12):BitmapData{ var _local5:TextField = new TextField(); _local5.autoSize = TextFieldAutoSize.LEFT; _local5.x = 0; _local5.y = 0; _local5.textColor = _arg2; var _local6:TextFormat = new TextFormat(); _local6.font = _arg3; _local6.size = _arg4; _local6.color = _arg2; _local5.defaultTextFormat = _local6; _local5.text = _arg1; var _local7:BitmapData = new BitmapData(_local5.width, _local5.height, true, 0); _local7.draw(_local5, new Matrix()); return (_local7); } public static function _tc1229(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.LITTLE_ENDIAN; _arg2.position = _arg1; return (_arg2.readByte()); } public static function _oq911(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.LITTLE_ENDIAN; _arg2.position = _arg1; return (_arg2.readUnsignedInt()); } public static function _hb675(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.BIG_ENDIAN; _arg2.position = _arg1; return (_arg2.readUnsignedShort()); } public static function _ch1072(_arg1:int, _arg2:ByteArray):uint{ _arg2.endian = Endian.BIG_ENDIAN; _arg2.position = _arg1; return (_arg2.readUnsignedInt()); } } }//package framework
Section 5
//_py1275 (framework._py1275) package framework { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.text.*; import flash.geom.*; import flash.net.*; public class _py1275 { private static const _vj1550:int = 6000; private static const _ti1456:uint = 200; private static const _nj941:uint = 2237030; private static const _qt1017:uint = 200; private static const _yp1260:uint = 20; private static const _de587:String = irrcrpt("Wlph uhpdlqlqj ... ", 3); private static const _hg929:uint = 50; public static const _sx1089:String = irrcrpt("lxxt://aaa.iewcvixvs.gsq/ehw/", 4); private static const _sa468:String = irrcrpt("Dmjdl up qmbz", 1); private static var container:MovieClip; private static var _oj209:Object; private static var _cv83:TextField; private static var loader:Loader; public static var _qd1366:Class = _py1275__qd1366; private static var ad_finished:Function; private static var ad_skipped:Function; private static var _bv1309:Rectangle; private static var _uq165:Timer; private static var _gx1100:uint; private static var _bj623:DisplayObject; private static var _gq1471:int; private static var ad_failed:Function; private static var ad_started:Function; private static var counter:TextField; private static function _bb1262(_arg1:MouseEvent):void{ _hv707(); ad_finished(); } private static function _kj847(_arg1:Event):void{ _gq1471--; counter.text = (_de587 + _gq1471.toString()); if (_gq1471 == 0){ _ll1134(); _hv707(); ad_finished(); }; } private static function _ux1238(_arg1:Event):void{ _cv83.text = (int(((_arg1.target.bytesLoaded / _arg1.target.bytesTotal) * 100)) + "%"); } private static function _ll1134():void{ _uq165.stop(); container.removeChild(counter); } public static function _ym1172(_arg1:Object):void{ var options = _arg1; _oj209 = options._oj209; container = options.container; _bv1309 = options._bv1309; ad_started = options.ad_started; ad_finished = options.ad_finished; ad_failed = options.ad_failed; ad_skipped = options.ad_skipped; loader = new Loader(); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, completeHandler); loader.contentLoaderInfo.addEventListener(SecurityErrorEvent.SECURITY_ERROR, _en522); loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, _ex1385); loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, _ux1238); var request:URLRequest = new URLRequest((_sx1089 + _oj209.path)); try { loader.load(request); } catch(error:Error) { ad_failed(); ad_finished(); return; }; _kb906(); } private static function _hv707():void{ var _local1:int = container.numChildren; var _local2:int; while (_local2 < _local1) { container.removeChildAt(0); _local2++; }; } private static function _kb906():void{ var _local1:int = ((_bv1309.x + (_bv1309.width / 2)) - 15); var _local2:int = ((_bv1309.y + (_bv1309.height / 2)) - 10); _cv83 = _gi413._yf1381(_local1, _local2, 30, 20, 0xFFFFFF, irrcrpt("Bsjbm", 1), 14, TextFormatAlign.CENTER); _cv83.text = irrcrpt("3%", 3); container.addChild(_cv83); _gx1100 = setTimeout(ad_skipped, _vj1550); } private static function completeHandler(_arg1:Event):void{ var _local3:Number; var _local4:Number; _cf921(); _bj623 = DisplayObject(_arg1.target.content); if ((((_bj623.width > _bv1309.width)) || ((_bj623.height > _bv1309.height)))){ _local3 = (_bj623.width / _bv1309.width); _local4 = (_bj623.height / _bv1309.height); if (_local3 > _local4){ _bj623.width = _bv1309.width; _bj623.height = (_bj623.height / _local3); } else { _bj623.height = _bv1309.height; _bj623.width = (_bj623.width / _local4); }; }; _bj623.x = _bv1309.x; if (_bj623.width < _bv1309.width){ _bj623.x = (_bj623.x + ((_bv1309.width / 2) - (_bj623.width / 2))); }; _bj623.y = _bv1309.y; if (_bj623.height < _bv1309.height){ _bj623.y = (_bj623.y + ((_bv1309.height / 2) - (_bj623.height / 2))); }; container.addChild(_bj623); container.addEventListener(MouseEvent.CLICK, _di352); container.buttonMode = true; container.useHandCursor = true; var _local2:Sprite = new Sprite(); _local2.graphics.beginFill(0xFF0000); _local2.graphics.drawRect(_bv1309.x, _bv1309.y, _bv1309.width, (_bv1309.height + ((_yp1260 * 3) / 2))); container.addChild(_local2); container.mask = _local2; container.mouseChildren = false; _nc1140(); } private static function _di352(_arg1:MouseEvent):void{ var event = _arg1; _ll1134(); _si1297(); var request:URLRequest = new URLRequest(_oj209.link); try { navigateToURL(request); } catch(e:Error) { }; var url:String = (_sx1089 + irrcrpt("cfenkem.rjr", 2)); var _kx233:URLVariables = new URLVariables(); _kx233.logid = _oj209.logid; request = new URLRequest(url); request.data = _kx233; request.method = URLRequestMethod.POST; try { sendToURL(request); } catch(e:Error) { }; } private static function _en522(_arg1:SecurityErrorEvent):void{ _cf921(); ad_failed(); ad_finished(); } private static function _nc1140():void{ var _local1:int = ((_bj623.x + (_bj623.width / 2)) - (_ti1456 / 2)); var _local2:int = ((_bj623.y + _bj623.height) + (_yp1260 / 2)); _gq1471 = _oj209.time; counter = _gi413._yf1381(_local1, _local2, _ti1456, _yp1260, 0xFFFFFF, irrcrpt("Duldo", 3), 12, TextFormatAlign.CENTER); counter.text = (_de587 + _gq1471.toString()); container.addChild(counter); _uq165 = new Timer(1000, 0); _uq165.addEventListener(irrcrpt("ujnfs", 1), _kj847, false, 0, true); _uq165.start(); ad_started(); } private static function _ex1385(_arg1:IOErrorEvent):void{ _cf921(); ad_failed(); ad_finished(); } private static function _si1297():void{ var _local1:Sprite = new Sprite(); _local1.graphics.beginFill(_nj941); _local1.graphics.drawRect(_bv1309.x, _bv1309.y, _bv1309.width, _bv1309.height); _local1.graphics.endFill(); var _local2:Bitmap = new _qd1366(); _local2.x = (_bv1309.x + ((_bv1309.width / 2) - (_local2.width / 2))); _local2.y = (_bv1309.y + ((_bv1309.height / 2) - (_local2.height / 2))); _local1.addChild(_local2); var _local3:TextField = _gi413._yf1381(((_local2.x + (_local2.width / 2)) - (_qt1017 / 2)), ((_local2.y + _local2.height) + (_hg929 / 2)), _qt1017, _hg929, 0xFFFFFF, irrcrpt("Evmep", 4), 22, TextFormatAlign.CENTER); _local3.text = _sa468; _local1.addChild(_local3); _local1.alpha = 0.75; container.addChild(_local1); container.removeEventListener(MouseEvent.CLICK, _di352); container.addEventListener(MouseEvent.CLICK, _bb1262); } private static function _cf921():void{ clearTimeout(_gx1100); container.removeChild(_cv83); } } }//package framework
Section 6
//_py1275__qd1366 (framework._py1275__qd1366) package framework { import mx.core.*; public class _py1275__qd1366 extends BitmapAsset { } }//package framework
Section 7
//_tr1424 (framework._tr1424) package framework { import flash.display.*; import flash.net.*; public class _tr1424 extends Sprite { private var screens:Array; private var _fu108:Array; private var _mn534:String; private static var _lo760:_tr1424 = null; public function _tr1424(_arg1:_uu92){ if (_arg1 != null){ screens = new Array(); _fu108 = new Array(); } else { trace(irrcrpt("Grq'w xvh wklv frqvwuxfwru, VfuhhqPdqdjhu lv d vlqjohwrq", 3)); }; } public function start():void{ var _local1:String = new LocalConnection().domain; var _local2 = (_fu108.length == 0); var _local3:int; while ((((_local3 < _fu108.length)) && (!(_local2)))) { if (_fu108[_local3] == _local1){ _local2 = true; break; }; _local3++; }; if (_local2){ _xj492().show(); } else { _jj1077(irrcrpt("Ijsnji", 5)).show(); }; } public function _id468(_arg1:String):void{ var _local2:Array = _ie243(_mn534)._ch201; var _local3:int; while (_local3 < _local2.length) { if (_local2[_local3].name == _arg1){ _local2[_local3].execute(); break; }; _local3++; }; } public function _jj1077(_arg1:String):_cq301{ var _local2:_yb887 = _ie243(_arg1); if (_local2){ return (_local2.screen); }; return (null); } public function _bb292(_arg1:String):void{ _mn534 = _arg1; } public function _xj492():_cq301{ return (_jj1077(_mn534)); } public function _ie243(_arg1:String):_yb887{ var _local2:int; while (_local2 < screens.length) { if (screens[_local2].name == _arg1){ return (screens[_local2]); }; _local2++; }; return (null); } public function _lf1312(_arg1:String, _arg2:_cq301, _arg3:Array):void{ var _local4:_yb887 = new _yb887(_arg1, _arg2, _arg3); screens.push(_local4); } public function _ia1129(_arg1:Array):void{ _fu108 = _arg1; } public static function getInstance():_tr1424{ if (_lo760 == null){ _lo760 = new _tr1424(new _uu92()); }; return (_lo760); } } }//package framework class _uu92 { private function _uu92(){ } }
Section 8
//_yb887 (framework._yb887) package framework { public class _yb887 { public var name:String; public var screen:_cq301; public var _ch201:Array; public function _yb887(_arg1:String, _arg2:_cq301, _arg3:Array){ name = _arg1; screen = _arg2; _ch201 = _arg3; } } }//package framework
Section 9
//_yj416 (framework._yj416) package framework { public class _yj416 { private var _bj1239:Array; private var _co1174:Array; private var _nx851:Array; private var manager:_tr1424; public var name:String; private var _lb1331:Array; private var _oj1251:String; public function _yj416(_arg1:String){ manager = _tr1424.getInstance(); name = _arg1; } public function _cm1137(_arg1:String, _arg2:String, _arg3:_yj416):void{ if (!_bj1239){ _bj1239 = new Array(); }; var _local4:Object = new Object(); _local4.screenName = _arg1; _local4.actionName = _arg2; _local4.newAction = _arg3; _bj1239.push(_local4); } public function execute():void{ var _local1:int; var _local2:int; var _local3:int; var _local4:int; var _local5:Array; var _local6:int; if (_lb1331){ _local1 = 0; while (_local1 < _lb1331.length) { manager._jj1077(_lb1331[_local1]).reset(); _local1++; }; }; if (_oj1251){ manager._xj492().hide(); manager._jj1077(_oj1251).show(); manager._bb292(_oj1251); }; if (_nx851){ _local2 = 0; while (_local2 < _nx851.length) { manager._jj1077(_nx851[_local2]).resume(); _local2++; }; }; if (_co1174){ _local3 = 0; while (_local3 < _co1174.length) { manager._jj1077(_co1174[_local3]).pause(); _local3++; }; }; if (_bj1239){ _local4 = 0; while (_local4 < _bj1239.length) { _local5 = manager._ie243(_bj1239[_local4].screenName)._ch201; _local6 = 0; while (_local6 < _local5.length) { if (_local5[_local6].name == _bj1239[_local4].actionName){ _local5[_local6] = _bj1239[_local4].newAction; break; }; _local6++; }; _local4++; }; }; } public function show(_arg1:String):void{ _oj1251 = _arg1; } public function pause(_arg1:String):void{ if (!_co1174){ _co1174 = new Array(); }; _co1174.push(_arg1); } public function reset(_arg1:String):void{ if (!_lb1331){ _lb1331 = new Array(); }; _lb1331.push(_arg1); } public function resume(_arg1:String):void{ if (!_nx851){ _nx851 = new Array(); }; _nx851.push(_arg1); } } }//package framework
Section 10
//_yy513 (framework._yy513) package framework { import flash.display.*; import flash.utils.*; public class _yy513 { private var _gh819:int; private var _lm826:Array; public function _yy513(){ _gh819 = -1; _lm826 = null; } public function _mv968(_arg1:Array):void{ _lm826 = _arg1; } public function _as1532(_arg1:ByteArray):BitmapData{ var _local15:int; var _local16:int; var _local17:Array; var _local18:uint; var _local19:int; var _local20:int; var _local21:uint; var _local2:String = _arg1.endian; var _local3:uint = _arg1.position; _arg1.endian = Endian.LITTLE_ENDIAN; if (_arg1.readUnsignedShort() != 19778){ return (null); }; var _local4:uint = _arg1.readUnsignedInt(); if (((!((_local4 == 0))) && (((_arg1.length - _local3) < _local4)))){ return (null); }; _arg1.position = (_arg1.position + 4); var _local5:uint = _arg1.readUnsignedInt(); if (_arg1.readUnsignedInt() != 40){ return (null); }; var _local6:uint = _arg1.readUnsignedInt(); var _local7:uint = _arg1.readUnsignedInt(); _arg1.position = (_arg1.position + 2); var _local8:uint = _arg1.readUnsignedShort(); var _local9:uint; if (_local8 < 32){ _local9 = ((4 - (_local6 % 4)) % 4); }; var _local10:uint = _arg1.readUnsignedInt(); var _local11:uint = _arg1.readUnsignedInt(); _arg1.position = (_arg1.position + 8); var _local12:uint = _arg1.readUnsignedInt(); var _local13:uint = _arg1.readUnsignedInt(); var _local14:BitmapData = new BitmapData(_local6, _local7, true); if (_local8 == 8){ if (_local12 == 0){ _local18 = (1 << _local8); } else { _local18 = _local12; }; if (_lm826 == null){ _local17 = new Array(_local18); _local19 = 0; while (_local19 < _local18) { _local17[_local19] = (_arg1.readUnsignedInt() | 4278190080); _local19++; }; } else { _local17 = _lm826; _arg1.position = (_arg1.position + (_local18 * 4)); }; _local16 = (_local7 - 1); while (_local16 >= 0) { _local15 = 0; while (_local15 < _local6) { _local20 = _arg1.readUnsignedByte(); if (_local20 == _gh819){ _local14.setPixel32(_local15, _local16, 0xFFFFFF); } else { _local14.setPixel32(_local15, _local16, _local17[_local20]); }; _local15++; }; _arg1.position = (_arg1.position + _local9); _local16--; }; } else { if (_local8 == 24){ _local16 = (_local7 - 1); while (_local16 >= 0) { _local15 = 0; while (_local15 < _local6) { _local21 = ((_arg1.readUnsignedByte() | (_arg1.readUnsignedByte() << 8)) | (_arg1.readUnsignedByte() << 16)); _local14.setPixel(_local15, _local16, _local21); _local15++; }; _arg1.position = (_arg1.position + _local9); _local16--; }; }; }; _arg1.endian = _local2; return (_local14); } public function _ln554(_arg1:int):void{ _gh819 = _arg1; } } }//package framework
Section 11
//MochiAd (framework.MochiAd) package framework { import flash.display.*; import flash.events.*; import flash.utils.*; import flash.net.*; import flash.system.*; public class MochiAd { public static function getVersion():String{ return ("2.7"); } public static function showClickAwayAd(_arg1:Object):void{ var clip:Object; var mc:MovieClip; var chk:MovieClip; var options = _arg1; var DEFAULTS:Object = {ad_timeout:2000, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function ():void{ }, ad_finished:function ():void{ }, ad_loaded:function (_arg1:Number, _arg2:Number):void{ }, ad_failed:function ():void{ trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_skipped:function ():void{ }}; options = MochiAd._parseOptions(options, DEFAULTS); clip = options.clip; var ad_timeout:Number = options.ad_timeout; delete options.ad_timeout; if (!MochiAd.load(options)){ options.ad_failed(); options.ad_finished(); return; }; options.ad_started(); mc = clip._mochiad; mc["onUnload"] = function ():void{ MochiAd._cleanup(mc); options.ad_finished(); }; var wh:Array = MochiAd._getRes(options, clip); var w:Number = wh[0]; var h:Number = wh[1]; mc.x = (w * 0.5); mc.y = (h * 0.5); chk = createEmptyMovieClip(mc, "_mochiad_wait", 3); chk.ad_timeout = ad_timeout; chk.started = getTimer(); chk.showing = false; mc.unloadAd = function ():void{ MochiAd.unload(clip); }; mc.adLoaded = options.ad_loaded; mc.adSkipped = options.ad_skipped; mc.rpc = function (_arg1:Number, _arg2:Object):void{ MochiAd.rpc(clip, _arg1, _arg2); }; var sendHostProgress:Boolean; mc.regContLC = function (_arg1:String):void{ mc._containerLCName = _arg1; }; chk["onEnterFrame"] = function ():void{ var _local4:Number; if (!this.parent){ delete this.onEnterFrame; return; }; var _local1:Object = this.parent._mochiad_ctr; var _local2:Number = (getTimer() - this.started); var _local3:Boolean; if (!chk.showing){ _local4 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal; if (_local4 > 0){ chk.showing = true; _local3 = true; chk.started = getTimer(); } else { if (_local2 > chk.ad_timeout){ options.ad_failed(); _local3 = true; }; }; }; if (this.root == null){ _local3 = true; }; if (_local3){ delete this.onEnterFrame; }; }; doOnEnterFrame(chk); } public static function _isNetworkAvailable():Boolean{ return (!((Security.sandboxType == "localWithFile"))); } public static function _allowDomains(_arg1:String):String{ var _local2:String = _arg1.split("/")[2].split(":")[0]; Security.allowDomain("*"); Security.allowDomain(_local2); Security.allowInsecureDomain("*"); Security.allowInsecureDomain(_local2); return (_local2); } public static function unload(_arg1:Object):Boolean{ if (((_arg1.clip) && (_arg1.clip._mochiad))){ _arg1 = _arg1.clip; }; if (_arg1.origFrameRate != undefined){ _arg1.stage.frameRate = _arg1.origFrameRate; }; if (!_arg1._mochiad){ return (false); }; if (_arg1._mochiad._containerLCName != undefined){ _arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "notify", {id:"unload"}); }; if (_arg1._mochiad.onUnload){ _arg1._mochiad.onUnload(); }; delete _arg1._mochiad_loaded; delete _arg1._mochiad; return (true); } public static function showInterLevelAd(_arg1:Object):void{ var clip:Object; var mc:MovieClip; var chk:MovieClip; var options = _arg1; var DEFAULTS:Object = {ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function ():void{ if ((this.clip is MovieClip)){ this.clip.stop(); } else { throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_finished:function ():void{ if ((this.clip is MovieClip)){ this.clip.play(); } else { throw (new Error("MochiAd.showInterLevelAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_loaded:function (_arg1:Number, _arg2:Number):void{ }, ad_failed:function ():void{ trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_skipped:function ():void{ }}; options = MochiAd._parseOptions(options, DEFAULTS); clip = options.clip; var ad_msec:Number = 11000; var ad_timeout:Number = options.ad_timeout; delete options.ad_timeout; var fadeout_time:Number = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)){ options.ad_failed(); options.ad_finished(); return; }; options.ad_started(); mc = clip._mochiad; mc["onUnload"] = function ():void{ MochiAd._cleanup(mc); options.ad_finished(); }; var wh:Array = MochiAd._getRes(options, clip); var w:Number = wh[0]; var h:Number = wh[1]; mc.x = (w * 0.5); mc.y = (h * 0.5); chk = createEmptyMovieClip(mc, "_mochiad_wait", 3); chk.ad_msec = ad_msec; chk.ad_timeout = ad_timeout; chk.started = getTimer(); chk.showing = false; chk.fadeout_time = fadeout_time; chk.fadeFunction = function ():void{ if (!this.parent){ delete this.onEnterFrame; delete this.fadeFunction; return; }; var _local1:Number = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time))); if (_local1 > 0){ this.parent.alpha = (_local1 * 0.01); } else { MochiAd.unload(clip); delete this["onEnterFrame"]; }; }; mc.unloadAd = function ():void{ MochiAd.unload(clip); }; mc.adLoaded = options.ad_loaded; mc.adSkipped = options.ad_skipped; mc.adjustProgress = function (_arg1:Number):void{ var _local2:Object = mc._mochiad_wait; _local2.server_control = true; _local2.showing = true; _local2.started = getTimer(); _local2.ad_msec = (_arg1 - 250); }; mc.rpc = function (_arg1:Number, _arg2:Object):void{ MochiAd.rpc(clip, _arg1, _arg2); }; chk["onEnterFrame"] = function ():void{ var _local4:Number; if (!this.parent){ delete this.onEnterFrame; delete this.fadeFunction; return; }; var _local1:Object = this.parent._mochiad_ctr; var _local2:Number = (getTimer() - this.started); var _local3:Boolean; if (!chk.showing){ _local4 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal; if (_local4 > 0){ chk.showing = true; chk.started = getTimer(); MochiAd.adShowing(clip); } else { if (_local2 > chk.ad_timeout){ options.ad_failed(); _local3 = true; }; }; }; if (_local2 > chk.ad_msec){ _local3 = true; }; if (_local3){ if (this.server_control){ delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = this.fadeFunction; }; }; }; doOnEnterFrame(chk); } public static function _parseOptions(_arg1:Object, _arg2:Object):Object{ var _local4:String; var _local5:Array; var _local6:Number; var _local7:Array; var _local3:Object = {}; for (_local4 in _arg2) { _local3[_local4] = _arg2[_local4]; }; if (_arg1){ for (_local4 in _arg1) { _local3[_local4] = _arg1[_local4]; }; }; if (_local3.clip == undefined){ throw (new Error("MochiAd is missing the 'clip' parameter. This should be a MovieClip, Sprite or an instance of a class that extends MovieClip or Sprite.")); }; _arg1 = _local3.clip.loaderInfo.parameters.mochiad_options; if (_arg1){ _local5 = _arg1.split("&"); _local6 = 0; while (_local6 < _local5.length) { _local7 = _local5[_local6].split("="); _local3[unescape(_local7[0])] = unescape(_local7[1]); _local6++; }; }; if (_local3.id == "test"){ trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!"); }; return (_local3); } public static function _cleanup(_arg1:Object):void{ var k:String; var lc:LocalConnection; var f:Function; var mc = _arg1; if (("lc" in mc)){ lc = mc.lc; f = function ():void{ try { lc.client = null; lc.close(); } catch(e:Error) { }; }; setTimeout(f, 0); }; var idx:Number = DisplayObjectContainer(mc).numChildren; while (idx > 0) { idx = (idx - 1); DisplayObjectContainer(mc).removeChildAt(idx); }; for (k in mc) { delete mc[k]; }; } public static function load(_arg1:Object):MovieClip{ var clip:Object; var k:String; var server:String; var hostname:String; var lc:LocalConnection; var name:String; var loader:Loader; var g:Function; var req:URLRequest; var v:Object; var options = _arg1; var DEFAULTS:Object = {server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"}; options = MochiAd._parseOptions(options, DEFAULTS); options.swfv = 9; options.mav = MochiAd.getVersion(); clip = options.clip; if (!MochiAd._isNetworkAvailable()){ return (null); }; try { if (clip._mochiad_loaded){ return (null); }; } catch(e:Error) { throw (new Error("MochiAd requires a clip that is an instance of a dynamic class. If your class extends Sprite or MovieClip, you must make it dynamic.")); }; var depth:Number = options.depth; delete options.depth; var mc:MovieClip = createEmptyMovieClip(clip, "_mochiad", depth); var wh:Array = MochiAd._getRes(options, clip); options.res = ((wh[0] + "x") + wh[1]); options.server = (options.server + options.id); delete options.id; clip._mochiad_loaded = true; if (clip.loaderInfo.loaderURL.indexOf("http") == 0){ options.as3_swf = clip.loaderInfo.loaderURL; }; var lv:URLVariables = new URLVariables(); for (k in options) { v = options[k]; if (!(v is Function)){ lv[k] = v; }; }; server = lv.server; delete lv.server; hostname = _allowDomains(server); lc = new LocalConnection(); lc.client = mc; name = ["", Math.floor(new Date().getTime()), Math.floor((Math.random() * 999999))].join("_"); lc.allowDomain("*", "localhost"); lc.allowInsecureDomain("*", "localhost"); lc.connect(name); mc.lc = lc; mc.lcName = name; lv.lc = name; lv.st = getTimer(); loader = new Loader(); g = function (_arg1:Object):void{ _arg1.target.removeEventListener(_arg1.type, arguments.callee); MochiAd.unload(clip); }; loader.contentLoaderInfo.addEventListener(Event.UNLOAD, g); req = new URLRequest(((server + ".swf?cacheBust=") + new Date().getTime())); req.contentType = "application/x-www-form-urlencoded"; req.method = URLRequestMethod.POST; req.data = lv; loader.load(req); mc.addChild(loader); mc._mochiad_ctr = loader; return (mc); } public static function runMethod(_arg1:Object, _arg2:String, _arg3:Array):Object{ var _local4:Array = _arg2.split("."); var _local5:Number = 0; while (_local5 < (_local4.length - 1)) { if ((((_arg1[_local4[_local5]] == undefined)) || ((_arg1[_local4[_local5]] == null)))){ return (undefined); }; _arg1 = _arg1[_local4[_local5]]; _local5++; }; if (typeof(_arg1[_local4[_local5]]) == "function"){ return (_arg1[_local4[_local5]].apply(_arg1, _arg3)); }; return (undefined); } public static function createEmptyMovieClip(_arg1:Object, _arg2:String, _arg3:Number):MovieClip{ var _local4:MovieClip = new MovieClip(); if (((false) && (_arg3))){ _arg1.addChildAt(_local4, _arg3); } else { _arg1.addChild(_local4); }; _arg1[_arg2] = _local4; _local4["_name"] = _arg2; return (_local4); } public static function _getRes(_arg1:Object, _arg2:Object):Array{ var _local6:Array; var _local3:Object = _arg2.getBounds(_arg2.root); var _local4:Number = 0; var _local5:Number = 0; if (typeof(_arg1.res) != "undefined"){ _local6 = _arg1.res.split("x"); _local4 = parseFloat(_local6[0]); _local5 = parseFloat(_local6[1]); } else { _local4 = (_local3.xMax - _local3.xMin); _local5 = (_local3.yMax - _local3.yMin); }; if ((((_local4 == 0)) || ((_local5 == 0)))){ _local4 = _arg2.stage.stageWidth; _local5 = _arg2.stage.stageHeight; }; return ([_local4, _local5]); } public static function adShowing(_arg1:Object):void{ _arg1.origFrameRate = _arg1.stage.frameRate; _arg1.stage.frameRate = 30; } public static function getValue(_arg1:Object, _arg2:String):Object{ var _local3:Array = _arg2.split("."); var _local4:Number = 0; while (_local4 < (_local3.length - 1)) { if ((((_arg1[_local3[_local4]] == undefined)) || ((_arg1[_local3[_local4]] == null)))){ return (undefined); }; _arg1 = _arg1[_local3[_local4]]; _local4++; }; return (_arg1[_local3[_local4]]); } public static function rpc(_arg1:Object, _arg2:Number, _arg3:Object):void{ var _local4:Object; var _local5:Object; switch (_arg3.id){ case "setValue": MochiAd.setValue(_arg1, _arg3.objectName, _arg3.value); break; case "getValue": _local4 = MochiAd.getValue(_arg1, _arg3.objectName); _arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "rpcResult", _arg2, _local4); break; case "runMethod": _local5 = MochiAd.runMethod(_arg1, _arg3.method, _arg3.args); _arg1._mochiad.lc.send(_arg1._mochiad._containerLCName, "rpcResult", _arg2, _local5); break; default: trace(("[mochiads rpc] unknown rpc id: " + _arg3.id)); }; } public static function setValue(_arg1:Object, _arg2:String, _arg3:Object):void{ var _local4:Array = _arg2.split("."); var _local5:Number = 0; while (_local5 < (_local4.length - 1)) { if ((((_arg1[_local4[_local5]] == undefined)) || ((_arg1[_local4[_local5]] == null)))){ return; }; _arg1 = _arg1[_local4[_local5]]; _local5++; }; _arg1[_local4[_local5]] = _arg3; } public static function showPreGameAd(_arg1:Object):void{ var clip:Object; var mc:MovieClip; var chk:MovieClip; var complete:Boolean; var unloaded:Boolean; var sendHostProgress:Boolean; var fn:Function; var r:MovieClip; var options = _arg1; var DEFAULTS:Object = {ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:0xFF8A00, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function ():void{ if ((this.clip is MovieClip)){ this.clip.stop(); } else { throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_finished:function ():void{ if ((this.clip is MovieClip)){ this.clip.play(); } else { throw (new Error("MochiAd.showPreGameAd requires a clip that is a MovieClip or is an instance of a class that extends MovieClip. If your clip is a Sprite, then you must provide custom ad_started and ad_finished handlers.")); }; }, ad_loaded:function (_arg1:Number, _arg2:Number):void{ }, ad_failed:function ():void{ trace("[MochiAd] Couldn't load an ad, make sure your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software"); }, ad_skipped:function ():void{ }, ad_progress:function (_arg1:Number):void{ }}; options = MochiAd._parseOptions(options, DEFAULTS); if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def"){ options.ad_started(); fn = function ():void{ options.ad_finished(); }; setTimeout(fn, 100); return; }; clip = options.clip; var ad_msec:Number = 11000; var ad_timeout:Number = options.ad_timeout; delete options.ad_timeout; var fadeout_time:Number = options.fadeout_time; delete options.fadeout_time; if (!MochiAd.load(options)){ options.ad_failed(); options.ad_finished(); return; }; options.ad_started(); mc = clip._mochiad; mc["onUnload"] = function ():void{ MochiAd._cleanup(mc); var fn:Function = function ():void{ options.ad_finished(); }; setTimeout(fn, 100); }; var wh:Array = MochiAd._getRes(options, clip); var w:Number = wh[0]; var h:Number = wh[1]; mc.x = (w * 0.5); mc.y = (h * 0.5); chk = createEmptyMovieClip(mc, "_mochiad_wait", 3); chk.x = (w * -0.5); chk.y = (h * -0.5); var bar:MovieClip = createEmptyMovieClip(chk, "_mochiad_bar", 4); if (options.no_progress_bar){ bar.visible = false; delete options.no_progress_bar; } else { bar.x = 10; bar.y = (h - 20); }; var bar_color:Number = options.color; delete options.color; var bar_background:Number = options.background; delete options.background; var bar_outline:Number = options.outline; delete options.outline; var backing_mc:MovieClip = createEmptyMovieClip(bar, "_outline", 1); var backing:Object = backing_mc.graphics; backing.beginFill(bar_background); backing.moveTo(0, 0); backing.lineTo((w - 20), 0); backing.lineTo((w - 20), 10); backing.lineTo(0, 10); backing.lineTo(0, 0); backing.endFill(); var inside_mc:MovieClip = createEmptyMovieClip(bar, "_inside", 2); var inside:Object = inside_mc.graphics; inside.beginFill(bar_color); inside.moveTo(0, 0); inside.lineTo((w - 20), 0); inside.lineTo((w - 20), 10); inside.lineTo(0, 10); inside.lineTo(0, 0); inside.endFill(); inside_mc.scaleX = 0; var outline_mc:MovieClip = createEmptyMovieClip(bar, "_outline", 3); var outline:Object = outline_mc.graphics; outline.lineStyle(0, bar_outline, 100); outline.moveTo(0, 0); outline.lineTo((w - 20), 0); outline.lineTo((w - 20), 10); outline.lineTo(0, 10); outline.lineTo(0, 0); chk.ad_msec = ad_msec; chk.ad_timeout = ad_timeout; chk.started = getTimer(); chk.showing = false; chk.last_pcnt = 0; chk.fadeout_time = fadeout_time; chk.fadeFunction = function ():void{ var _local1:Number = (100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time))); if (_local1 > 0){ this.parent.alpha = (_local1 * 0.01); } else { MochiAd.unload(clip); delete this["onEnterFrame"]; }; }; complete = false; unloaded = false; var f:Function = function (_arg1:Event):void{ _arg1.target.removeEventListener(_arg1.type, arguments.callee); complete = true; if (unloaded){ MochiAd.unload(clip); }; }; clip.loaderInfo.addEventListener(Event.COMPLETE, f); if ((clip.root is MovieClip)){ r = (clip.root as MovieClip); if (r.framesLoaded >= r.totalFrames){ complete = true; }; }; mc.unloadAd = function ():void{ unloaded = true; if (complete){ MochiAd.unload(clip); }; }; mc.adLoaded = options.ad_loaded; mc.adSkipped = options.ad_skipped; mc.adjustProgress = function (_arg1:Number):void{ var _local2:Object = mc._mochiad_wait; _local2.server_control = true; _local2.showing = true; _local2.started = getTimer(); _local2.ad_msec = _arg1; }; mc.rpc = function (_arg1:Number, _arg2:Object):void{ MochiAd.rpc(clip, _arg1, _arg2); }; mc.rpcTestFn = function (_arg1:String):Object{ trace(("[MOCHIAD rpcTestFn] " + _arg1)); return (_arg1); }; mc.regContLC = function (_arg1:String):void{ mc._containerLCName = _arg1; }; sendHostProgress = false; mc.sendHostLoadProgress = function (_arg1:String):void{ sendHostProgress = true; }; chk["onEnterFrame"] = function ():void{ var _local11:Number; if (((!(this.parent)) || (!(this.parent.parent)))){ delete this["onEnterFrame"]; return; }; var _local1:Object = this.parent.parent.root; var _local2:Object = this.parent._mochiad_ctr; var _local3:Number = (getTimer() - this.started); var _local4:Boolean; var _local5:Number = _local1.loaderInfo.bytesTotal; var _local6:Number = _local1.loaderInfo.bytesLoaded; if (complete){ _local6 = Math.max(1, _local6); _local5 = _local6; }; var _local7:Number = ((100 * _local6) / _local5); var _local8:Number = ((100 * _local3) / chk.ad_msec); var _local9:Object = this._mochiad_bar._inside; var _local10:Number = Math.min(100, Math.min(((_local7) || (0)), _local8)); _local10 = Math.max(this.last_pcnt, _local10); this.last_pcnt = _local10; _local9.scaleX = (_local10 * 0.01); options.ad_progress(_local10); if (sendHostProgress){ clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local7}); if (_local7 == 100){ sendHostProgress = false; }; }; if (!chk.showing){ _local11 = this.parent._mochiad_ctr.contentLoaderInfo.bytesTotal; if (_local11 > 0){ chk.showing = true; chk.started = getTimer(); MochiAd.adShowing(clip); } else { if ((((_local3 > chk.ad_timeout)) && ((_local7 == 100)))){ options.ad_failed(); _local4 = true; }; }; }; if (_local3 > chk.ad_msec){ _local4 = true; }; if (((complete) && (_local4))){ if (this.server_control){ delete this.onEnterFrame; } else { this.fadeout_start = getTimer(); this.onEnterFrame = chk.fadeFunction; }; }; }; doOnEnterFrame(chk); } public static function showPreloaderAd(_arg1:Object):void{ trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0"); MochiAd.showPreGameAd(_arg1); } public static function showTimedAd(_arg1:Object):void{ trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0"); MochiAd.showInterLevelAd(_arg1); } public static function doOnEnterFrame(_arg1:MovieClip):void{ var mc = _arg1; var f:Function = function (_arg1:Object):void{ if (((("onEnterFrame" in mc)) && (mc.onEnterFrame))){ mc.onEnterFrame(); } else { _arg1.target.removeEventListener(_arg1.type, arguments.callee); }; }; mc.addEventListener(Event.ENTER_FRAME, f); } } }//package framework
Section 12
//_ax762 (game.struct._ax762) package game.struct { import flash.display.*; import framework.*; public class _ax762 { public var _ik315:BitmapData; public var _dq1033:uint; public var _ms179:uint; public var _gy93:uint; public var next:_ax762; public var _gu37:int; public var _cf928:uint; public function set _yq1225(_arg1:uint):void{ _cf928 = _gi413._hf1120(_arg1); } public function get _pg1479():uint{ return (_gy93); } public function set _ey1021(_arg1:int):void{ _dq1033 = _gi413._dd151(_arg1); } public function get _yq1225():uint{ return (_cf928); } public function get _ey1021():int{ return (_dq1033); } public function set _pk1540(_arg1:int):void{ _gu37 = _gi413._ld1460(_arg1); } public function set _pg1479(_arg1:uint):void{ _gy93 = _gi413._hf1120(_arg1); } public function get _pk1540():int{ return (_gu37); } public function set _ol1510(_arg1:int):void{ _ms179 = _gi413._dd151(_arg1); } public function get _ol1510():int{ return (_ms179); } } }//package game.struct
Section 13
//_be1204 (game.struct._be1204) package game.struct { public class _be1204 { public var _iw634:int; public var _wf1000:int; public var _uh1543:int; public var _md1446:int; public var _nj1292:int; public var _wr415:int; public var _gb713:int; public var _ca1445:int; public var _pg1451:_ax762; public var _ox1400:int; public var _gk199:int; public var _eg477:int; } }//package game.struct
Section 14
//_ch1445 (game.struct._ch1445) package game.struct { public class _ch1445 { public var _bi204:int; public var _ca1445:int; public var _ej1325:_ax762; public var _ox1400:int; public var type:uint; public function copy(_arg1:_ch1445):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _bi204 = _arg1._bi204; _ej1325 = _arg1._ej1325; type = _arg1.type; } } }//package game.struct
Section 15
//_hw803 (game.struct._hw803) package game.struct { public class _hw803 { public var _wc1050:int; public var _rc688:int; public var _ly278:_ax762; public var _vg1257:int; public var _to471:int; public var _av123:int; } }//package game.struct
Section 16
//_js680 (game.struct._js680) package game.struct { public class _js680 { public var _ca1445:int; public var _lu1261:int; public var _ms1332:int; public var _ej1325:_ax762; public var _ox1400:int; public var _ae1422:uint; public var _dm501:int; public var _at673:int; public var _bi204:int; public var _cd1077:uint; public function copy(_arg1:_js680):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _lu1261 = _arg1._lu1261; _bi204 = _arg1._bi204; _at673 = _arg1._at673; _ms1332 = _arg1._ms1332; _ej1325 = _arg1._ej1325; _dm501 = _arg1._dm501; _ae1422 = _arg1._ae1422; _cd1077 = _arg1._cd1077; } } }//package game.struct
Section 17
//_kf531 (game.struct._kf531) package game.struct { public class _kf531 { public var _ca1445:int; public var _lu1261:int; public var _ej1325:_ax762; public var _ox1400:int; public function copy(_arg1:_kf531):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _lu1261 = _arg1._lu1261; _ej1325 = _arg1._ej1325; } } }//package game.struct
Section 18
//_kg808 (game.struct._kg808) package game.struct { public class _kg808 { public var _lu1261:int; public var _ms1332:int; public var _ov1415:int; public var _bi204:int; public var _mj1026:int; public var _ca1445:int; public var _ur919:int; public var _ej1325:_ax762; public var _cj1489:int; public var _ox1400:int; public var _yj1352:int; public var _ew736:int; public function get _qy1536():int{ return (_mj1026); } public function get _oy406():int{ return (_ur919); } public function get _yj1526():int{ return (_yj1352); } public function set _qy1536(_arg1:int):void{ _mj1026 = (_arg1 & 1); } public function set _oy406(_arg1:int):void{ _ur919 = (_arg1 & 1); } public function set _ku308(_arg1:int):void{ _ew736 = (_arg1 & 1); } public function get _rl1056():int{ return (_cj1489); } public function set _rl1056(_arg1:int):void{ _cj1489 = (_arg1 & 15); } public function get _ku308():int{ return (_ew736); } public function copy(_arg1:_kg808):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _lu1261 = _arg1._lu1261; _bi204 = _arg1._bi204; _ms1332 = _arg1._ms1332; _ej1325 = _arg1._ej1325; _mj1026 = _arg1._mj1026; _cj1489 = _arg1._cj1489; _yj1352 = _arg1._yj1352; _ew736 = _arg1._ew736; _ov1415 = _arg1._ov1415; _ur919 = _arg1._ur919; } public function set _yj1526(_arg1:int):void{ _yj1352 = (_arg1 & 1); } public function set _dr1127(_arg1:int):void{ _ov1415 = (_arg1 & 1); } public function get _dr1127():int{ return (_ov1415); } } }//package game.struct
Section 19
//_ld1135 (game.struct._ld1135) package game.struct { public class _ld1135 { public var _ca1445:int; public var _lu1261:int; public var _ox1400:int; public var stopped:int; public var _bi204:int; public var transparent:int; public var size:int; public function copy(_arg1:_ld1135):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _lu1261 = _arg1._lu1261; _bi204 = _arg1._bi204; size = _arg1.size; stopped = _arg1.stopped; transparent = _arg1.transparent; } } }//package game.struct
Section 20
//_mf1306 (game.struct._mf1306) package game.struct { public class _mf1306 { public var _ad1012:uint; public var _ej530:uint; public var _ms1017:uint; public var _gh257:uint; public var _se38:uint; public var _im989:uint; public var _lk60:uint; public var _la365:uint; public var _he629:uint; public var _ng409:uint; public var _br69:uint; public var _yh498:uint; public var _km518:uint; public var _kx390:uint; } }//package game.struct
Section 21
//_oy138 (game.struct._oy138) package game.struct { public class _oy138 { public var _ir415:int; public var _pg1451:_ax762; public var _rr80:int; public var _mj1485:int; public var _wr415:int; public var _jh518:int; public var _sm1541:int; public var _rk142:int; public var _cg1105:int; public var _jx1396:int; public var _yi969:int; public var _gk199:int; public var _gk278:int; public var _yn1256:int; public var _qq494:int; public var _nl95:int; public var _sm379:int; public var _wl448:int; public var _go1473:int; public var _wd201:int; public var _oq1354:int; public var _wf1000:int; public var _ea1217:int; public var _ns569:int; public var _no368:int; public var _yx612:int; public var _gb713:int; public var _ca1445:int; public var _gs411:int; public var _ox1400:int; public var _cg1208:int; public var _ob1212:int; public var _uo1234:int; } }//package game.struct
Section 22
//_pq1047 (game.struct._pq1047) package game.struct { public class _pq1047 { public var _wr219:_ax762; public var _uq423:int; public var _we332:uint; public var _fq357:int; } }//package game.struct
Section 23
//_sb1503 (game.struct._sb1503) package game.struct { public class _sb1503 { public var _jk783:int; public var _en793:int; public var _en334:uint; public function copy(_arg1:_sb1503):void{ _en793 = _arg1._en793; _jk783 = _arg1._jk783; _en334 = _arg1._en334; } } }//package game.struct
Section 24
//_sg498 (game.struct._sg498) package game.struct { public class _sg498 { public var _bo1319:uint; public var _ms472:uint; public var _en334:uint; } }//package game.struct
Section 25
//_si999 (game.struct._si999) package game.struct { public class _si999 { public var _bi204:int; public var _ca1445:int; public var _lu1261:int; public var _ej1325:_ax762; public var _ox1400:int; public function copy(_arg1:_si999):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _lu1261 = _arg1._lu1261; _bi204 = _arg1._bi204; _ej1325 = _arg1._ej1325; } } }//package game.struct
Section 26
//_ty88 (game.struct._ty88) package game.struct { import framework.*; public class _ty88 { public var _ag1140:int; public var _uj644:int; public var _ca1445:int; public var _ox1400:int; public function get _jp169():int{ return (_ag1140); } public function set _ur745(_arg1:int):void{ _uj644 = _gi413._ld1460(_arg1); } public function get _ur745():int{ return (_uj644); } public function set _jp169(_arg1:int):void{ _ag1140 = _gi413._ld1460(_arg1); } } }//package game.struct
Section 27
//_xu1104 (game.struct._xu1104) package game.struct { public class _xu1104 { public var _km1212:int; public var _iu81:int; public var _iq1552:int; public var _nt320:int; public var _ur131:int; public var _sr489:int; public var _cd1264:int; } }//package game.struct
Section 28
//_yl295 (game.struct._yl295) package game.struct { public class _yl295 { public var _ca1445:int; public var _ja339:int; public var _ej1325:_ax762; public var _ox1400:int; public var _ms1332:int; public var _al617:int; public function copy(_arg1:_yl295):void{ _ox1400 = _arg1._ox1400; _ca1445 = _arg1._ca1445; _ms1332 = _arg1._ms1332; _ej1325 = _arg1._ej1325; _ja339 = _arg1._ja339; _al617 = _arg1._al617; } } }//package game.struct
Section 29
//_ch1012 (game._ch1012) package game { import game.struct.*; public class _ch1012 { public static function _sq1537():void{ var _local1:_ax762; var _local2:int; var _local3:int; var _local5:int; var _local6:int; var _local7:int; var _local8:int; if (_mr252._cc1090 == 0){ _mr252._ji471--; }; var _local4:Boolean; if (_mr252._ji471 > 60){ _local1 = _mr252._cj119; } else { if (_mr252._ji471 > 40){ _local1 = _mr252._bq729; _local4 = true; } else { if (_mr252._ji471 > 10){ _local1 = _mr252._gd55; _local4 = true; } else { if (_mr252._ji471 > 0){ _local1 = _mr252._bq729; _local4 = true; } else { if (_mr252._ji471 == 0){ _local1 = _mr252._cj119; _mr252._ji471 = _mr252._jt1085; _mr252._ua653 = 0; if (_mr252._uc369 < _wo1183._em758){ _mr252._uc369++; }; }; }; }; }; }; if (((_local4) && ((_mr252._cc1090 == 0)))){ _mr252._xe36++; if (_mr252._xe36 >= 15){ _mr252._xe36 = 0; }; if ((((_mr252._ua653 < _mr252._uc369)) && ((_mr252._xe36 == 0)))){ _local5 = _mr252._pp893._ox1400; _local6 = (_mr252._pp893._ca1445 + (_mr252._pp893._pg1451._pg1479 / 2)); _local7 = (_local5 - _wo1183._yh371); _local8 = (_local6 - _wo1183._ca1387); _local3 = _kd1133._ei636(0, 30); _local3 = (_local3 - 15); _local2 = -(_kd1133._ei636(10, 50)); _fd411._wo886(_wo1183._yh371, _wo1183._ca1387, ((_local7 / 5) + _local2), ((_local8 / 5) + _local3)); }; }; _mr252._nq241[_mr252._gi1206]._we332 = 0; _mr252._nq241[_mr252._gi1206]._wr219 = _local1; _mr252._nq241[_mr252._gi1206]._fq357 = _wo1183._yh371; _mr252._nq241[_mr252._gi1206]._uq423 = _wo1183._ca1387; _mr252._gi1206++; } } }//package game
Section 30
//_cs560 (game._cs560) package game { import flash.events.*; import flash.media.*; public class _cs560 { public static var _ss1547:Array; public static var _sy273:Boolean; public static var _ex826:int; public static var _pw38:SoundChannel; public static var _gg81:Sound; public static function _uk1508(_arg1:int):void{ _ss1547[_arg1].play(); } public static function _ol490():void{ _ss1547 = new Array(106); _ss1547[1] = new _kx927._nr78(); _ss1547[2] = new _kx927._lg790(); _ss1547[3] = new _kx927._qj1344(); _ss1547[4] = new _kx927._xc799(); _ss1547[5] = new _kx927._dw628(); _ss1547[6] = new _kx927._iw272(); _ss1547[7] = new _kx927._it896(); _ss1547[8] = new _kx927._vr490(); _ss1547[9] = new _kx927._ts404(); _ss1547[10] = new _kx927._wm99(); _ss1547[11] = new _kx927._om892(); _ss1547[12] = new _kx927._ts92(); _ss1547[13] = new _kx927._ho903(); _ss1547[14] = new _kx927._ds544(); _ss1547[15] = new _kx927._gx1251(); _ss1547[16] = new _kx927._sw579(); _ss1547[17] = new _kx927._as633(); _ss1547[18] = new _kx927._gl1338(); _ss1547[19] = new _kx927._tu1238(); _ss1547[20] = new _kx927._ba703(); _ss1547[21] = new _kx927._ym464(); _ss1547[22] = new _kx927._ww1092(); _ss1547[23] = new _kx927._ac217(); _ss1547[24] = new _kx927._wi1256(); _ss1547[25] = new _kx927._tt1289(); _ss1547[26] = new _kx927._vu169(); _ss1547[27] = new _kx927._gx487(); _ss1547[28] = new _kx927._yo235(); _ss1547[29] = new _kx927._aq305(); _ss1547[30] = new _kx927._kf1404(); _ss1547[31] = new _kx927._eq1187(); _ss1547[32] = new _kx927._tl712(); _ss1547[33] = new _kx927._au396(); _ss1547[34] = new _kx927._lb421(); _ss1547[35] = new _kx927._qs765(); _ss1547[36] = new _kx927._er703(); _ss1547[37] = new _kx927._uo474(); _ss1547[38] = new _kx927._hr510(); _ss1547[39] = new _kx927._gi539(); _ss1547[40] = new _kx927._kv746(); _ss1547[41] = new _kx927._la414(); _ss1547[42] = new _kx927._qs633(); _ss1547[43] = new _kx927._fi204(); _ss1547[44] = new _kx927._uf126(); _ss1547[45] = new _kx927._px632(); _ss1547[46] = new _kx927._ax168(); _ss1547[47] = new _kx927._iu1281(); _ss1547[48] = new _kx927._cb245(); _ss1547[49] = new _kx927._dg863(); _ss1547[50] = new _kx927._ni177(); _ss1547[51] = new _kx927._be865(); _ss1547[52] = new _kx927._mb1539(); _ss1547[53] = new _kx927._fv1512(); _ss1547[54] = new _kx927._nc427(); _ss1547[55] = new _kx927._lx1103(); _ss1547[56] = new _kx927._hk1317(); _ss1547[57] = new _kx927._gj1510(); _ss1547[58] = new _kx927._ew580(); _ss1547[59] = new _kx927._hg1018(); _ss1547[60] = new _kx927._ly1400(); _ss1547[61] = new _kx927._kc1412(); _ss1547[62] = new _kx927._nr13(); _ss1547[63] = new _kx927._nf45(); _ss1547[64] = new _kx927._hl1482(); _ss1547[65] = new _kx927._td1150(); _ss1547[66] = new _kx927._ja1020(); _ss1547[67] = new _kx927._rs1290(); _ss1547[68] = new _kx927._hj1544(); _ss1547[69] = new _kx927._fo88(); _ss1547[70] = new _kx927._wn523(); _ss1547[71] = new _kx927._fw1280(); _ss1547[72] = new _kx927._jn1013(); _ss1547[73] = new _kx927._hy1011(); _ss1547[74] = new _kx927._bq1435(); _ss1547[75] = new _kx927._kj1266(); _ss1547[76] = new _kx927._we1408(); _ss1547[77] = new _kx927._dj343(); _ss1547[78] = new _kx927._so559(); _ss1547[79] = new _kx927._tk629(); _ss1547[80] = new _kx927._cr67(); _ss1547[81] = new _kx927._lf1138(); _ss1547[82] = new _kx927._iu106(); _ss1547[83] = new _kx927._vb411(); _ss1547[84] = new _kx927._nu1368(); _ss1547[85] = new _kx927._gr731(); _ss1547[86] = new _kx927._kn1208(); _ss1547[87] = new _kx927._kg1026(); _ss1547[88] = new _kx927._fm15(); _ss1547[89] = new _kx927._er1539(); _ss1547[90] = new _kx927._wl1099(); _ss1547[91] = new _kx927._qc1175(); _ss1547[92] = new _kx927._ey571(); _ss1547[93] = new _kx927._bq952(); _ss1547[94] = new _kx927._ps370(); _ss1547[95] = new _kx927._ev1455(); _ss1547[96] = new _kx927._oh234(); _ss1547[97] = new _kx927._ec1250(); _ss1547[98] = new _kx927._lv313(); _ss1547[99] = new _kx927._is301(); _ss1547[100] = new _kx927._hu1310(); _ss1547[101] = new _kx927._hx113(); _ss1547[102] = new _kx927._jr1175(); _ss1547[103] = new _kx927._fs304(); _ss1547[104] = new _kx927._wg884(); _ss1547[105] = new _kx927._pd1452(); } public static function _ch876(_arg1:Event):void{ if (_pw38){ _pw38 = _gg81.play(0); _pw38.addEventListener(Event.SOUND_COMPLETE, _ch876); }; } public static function _xu320(_arg1:int):void{ if (((_gg81) && (_pw38))){ _pw38.removeEventListener(Event.SOUND_COMPLETE, _ch876); _pw38.stop(); }; switch (_arg1){ case _wo1183._rd200: case _wo1183._su669: _gg81 = new _kx927._jg583(); break; case _wo1183._nn890: _gg81 = new _kx927._hd463(); break; case _wo1183._yb1365: _gg81 = new _kx927._sw174(); break; case _wo1183._is1547: _gg81 = new _kx927._my1268(); break; }; _pw38 = _gg81.play(0); if (_pw38){ _pw38.addEventListener(Event.SOUND_COMPLETE, _ch876); }; } public static function _fn1379():void{ if (((((_gg81) && (_pw38))) && (_sy273))){ _sy273 = false; _pw38 = _gg81.play(_ex826); _pw38.addEventListener(Event.SOUND_COMPLETE, _ch876); }; } public static function _mc1221():void{ if (((_gg81) && (_pw38))){ _pw38.removeEventListener(Event.SOUND_COMPLETE, _ch876); _pw38.stop(); }; SoundMixer.stopAll(); _gg81 = null; _pw38 = null; } public static function _cy697():void{ if (((((_gg81) && (_pw38))) && (!(_sy273)))){ _sy273 = true; _pw38.removeEventListener(Event.SOUND_COMPLETE, _ch876); _ex826 = _pw38.position; _pw38.stop(); }; } } }//package game
Section 31
//_fd411 (game._fd411) package game { import game.struct.*; public class _fd411 { public static function _vu1308():void{ var _local1:_si999; var _local2:_pq1047; _mr252._pr455[0] = _mr252._pp893._ox1400; _mr252._pr455[1] = _mr252._pp893._ca1445; _xk1459._bi1433(_mr252._pr455, _mr252._pp893._pg1451); _mr252._yf547 = 0; _mr252._bi307 = 0; while (_mr252._bi307 < _mr252._mn118) { _local1 = _mr252._cw159[_mr252._yf547]; _local1._ox1400 = (_local1._ox1400 + _local1._lu1261); _local1._ca1445 = (_local1._ca1445 + _local1._bi204); _mr252._ds529 = _local1._ej1325; if ((((((((_local1._ox1400 > _wo1183._mt1045)) || ((_local1._ox1400 < _wo1183._lo1526)))) || ((_local1._ca1445 > _wo1183._nv256)))) || ((_local1._ca1445 < _wo1183._fr664)))){ _fd411._nc138(); } else { if (_local1._ox1400 > _wo1183._qs87){ _mr252._vd1015[0] = (_local1._ox1400 >> 4); _mr252._vd1015[1] = (_local1._ca1445 >> 4); _xk1459._bi1433(_mr252._vd1015, _mr252._ds529); //unresolved if if (_mr252._cc1090 == 0){ _mr252._ok199._km1212 = (_mr252._ok199._km1212 - _wo1183._ue1283); }; _fd411._nc138(); } else { _local2 = _mr252._nq241[_mr252._gi1206]; _local2._we332 = 0; _local2._wr219 = _mr252._ds529; _local2._fq357 = (_local1._ox1400 >> 4); _local2._uq423 = (_local1._ca1445 >> 4); _mr252._gi1206++; _mr252._yf547++; }; }; _mr252._bi307++; }; } public static function _nc138():void{ var _local1:int; var _local2:int; if (_mr252._bi307 != --_mr252._mn118){ _local1 = _mr252._mn118; _local2 = _mr252._yf547; while (_local2 < _local1) { _mr252._cw159[_local2].copy(_mr252._cw159[int((_local2 + 1))]); _local2++; }; }; _mr252._bi307--; } public static function _wo886(_arg1:int, _arg2:int, _arg3:int, _arg4:int):void{ var _local5:_si999; if (_mr252._mn118 < _wo1183._em758){ _mr252._yf547 = _mr252._mn118; _local5 = _mr252._cw159[_mr252._yf547]; _local5._ox1400 = (_arg1 << 4); _local5._ca1445 = (_arg2 << 4); _local5._lu1261 = _arg3; _local5._bi204 = _arg4; _local5._ej1325 = _mr252._dg1083; _kd1133._np1547(_wo1183._cc846); _mr252._mn118++; }; } public static function _kq488():void{ if (_mr252._mn118 > 0){ _fd411._vu1308(); }; } } }//package game
Section 32
//_fo658 (game._fo658) package game { import game.struct.*; public class _fo658 { public static function _lp419(_arg1:int, _arg2:int):void{ var _local3:int; var _local4:_sb1503; if (_mr252._sr904 < _wo1183._nh560){ _local3 = _mr252._sr904; _local4 = _mr252._ly1420[_local3]; _local4._jk783 = _mr252._ih1235[(_arg1 - _wo1183._gw1190)]; _local4._en793 = _arg2; _local4._en334 = _arg1; _mr252._sr904++; }; } public static function _ec1258():void{ var _local2:_sb1503; var _local1:int; _mr252._ik86 = 0; while (_mr252._ik86 < _mr252._sr904) { _local2 = _mr252._ly1420[_local1]; if (--_local2._jk783 == 0){ _fo658._sy799(_local1); } else { _local1++; }; _mr252._ik86++; }; } public static function _by452():void{ if (_mr252._sr904 > 0){ _fo658._ec1258(); }; } public static function _sy799(_arg1:int):void{ var _local7:int; var _local8:int; var _local2:_sb1503 = _mr252._ly1420[_arg1]; var _local3:int = (_local2._en793 % _wo1183._si492); var _local4:int = (_local2._en793 - _local3); var _local5:int = (_local3 + _local4); var _local6:_sg498 = _mr252._by842[_local5]; _local6._en334 = _local2._en334; _local6._ms472 = _mr252._yn182[int((_local2._en334 - _wo1183._gw1190))]; _qx763._xu379(_local3, _local4, _local2._en334); if (_mr252._ik86 != --_mr252._sr904){ _local7 = _mr252._sr904; _local8 = _arg1; while (_local8 < _local7) { _mr252._ly1420[_local8].copy(_mr252._ly1420[int((_local8 + 1))]); _local8++; }; }; _mr252._ik86--; } } }//package game
Section 33
//_kd1133 (game._kd1133) package game { import flash.display.*; import framework.*; import game.struct.*; import flash.utils.*; import flash.geom.*; public class _kd1133 { public static function _yj1219():void{ var _local1:Boolean; var _local2:Boolean; var _local3:Boolean; var _local4:Boolean; _local4 = false; _local3 = _local4; _local2 = _local3; _local1 = _local2; if (_qd516._jy788(_qd516.LEFT)){ _local1 = true; } else { if (_qd516._jy788(_qd516.RIGHT)){ _local2 = true; }; }; if (_qd516._jy788(_qd516.UP)){ _local3 = true; } else { if (_qd516._jy788(_qd516.DOWN)){ _local4 = true; }; }; if (_local1){ if (_mr252._wa1488 >= 0){ _mr252._wa1488 = -1; } else { if (_mr252._wa1488 > -8){ _mr252._wa1488--; }; }; _mr252.mx = (_mr252.mx + _mr252._wa1488); }; if (_local2){ if (_mr252._wa1488 <= 0){ _mr252._wa1488 = 1; } else { if (_mr252._wa1488 < 8){ _mr252._wa1488++; }; }; _mr252.mx = (_mr252.mx + _mr252._wa1488); }; if (_local3){ if (_mr252._uo238 >= 0){ _mr252._uo238 = -1; } else { if (_mr252._uo238 > -8){ _mr252._uo238--; }; }; _mr252._yh856 = (_mr252._yh856 + _mr252._uo238); }; if (_local4){ if (_mr252._uo238 <= 0){ _mr252._uo238 = 1; } else { if (_mr252._uo238 < 8){ _mr252._uo238++; }; }; _mr252._yh856 = (_mr252._yh856 + _mr252._uo238); }; } public static function _gg1531():void{ var _local1:ByteArray = _kx927._mv1047(irrcrpt("LF_BMM_USVOD.QBM", 1)); var _local2:uint = (_local1.length / 3); _mr252._tj987 = new Array(_local2); var _local3:int; while (_local3 < _local2) { _mr252._tj987[_local3] = (((4278190080 | (_local1.readUnsignedByte() << (16 + 2))) | (_local1.readUnsignedByte() << (8 + 2))) | (_local1.readUnsignedByte() << 2)); _local3++; }; } public static function _di97():void{ _mr252._sg57.lock(); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); if (_mr252._rf1178 < (_wo1183._kd288 + _wo1183._fe1544)){ _kd1133._ny1477(); _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; }; if (((_qd516._pb1060(_qd516._eo1064)) || (_qd516._pb1060(_qd516._sw856)))){ _tr1424.getInstance()._id468(irrcrpt("HiqsIrhih", 4)); return; }; } public static function _qg558():void{ switch (_mr252._gt876){ case _wo1183._lt1302: _kd1133._tw250(); break; case _wo1183._ip479: _kd1133._ki579(); break; case _wo1183._nf881: _kd1133._pn30(); break; case _wo1183._bw1261: _kd1133._pg1135(); break; }; } public static function _ks1290():void{ var _local3:_sg498; var _local4:int; var _local9:int; var _local10:int; var _local11:int; _mr252._au560.copyPixels(_mr252._vt837, new Rectangle(0, 0, _mr252._vt837.width, _mr252._vt837.height), new Point(0, 0)); _mr252.current = _mr252._au560; var _local1:Array = _mr252._by842; var _local2:int; _mr252._so544 = 0; if (_mr252._ke730 != 0){ _local9 = (_wo1183._si492 * _wo1183._bd1267); _local4 = 0; while (_local4 < _local9) { _local3 = _local1[_local2]; _local3._en334 = 0; _local2++; _local4++; }; _mr252._fp203 = _mr252._cf809[int((_mr252._ke730 - 1))]; _mr252._so544 = _mr252._as124[int((_mr252._ke730 - 1))]; return; }; var _local5:ByteArray = _mr252._rq1031; _local5.position = (_mr252._ql1117 * _wo1183._jx826); _local5.endian = Endian.LITTLE_ENDIAN; _mr252._fp203 = _local5.readUnsignedShort(); var _local6:int = _mr252._fp203; _local4 = 0; while (_local4 < _wo1183._ea208) { _mr252._ot1294[_local4] = _local5.readUnsignedByte(); _local4++; }; var _local7:ByteArray = _local5; _local4 = 0; while (_local4 < (_wo1183._bd1267 * _wo1183._si492)) { _local10 = (_local7.readUnsignedByte() & 0xFF); _local1[_local4]._bo1319 = (_local10 & 3); _local1[_local4]._ms472 = ((_local10 >> 2) & 63); _local10 = _local7.readUnsignedByte(); _local1[_local4]._en334 = _local10; _local4++; }; var _local8:int; while (_local8 < _wo1183._bd1267) { _local11 = 0; while (_local11 < _wo1183._si492) { _local3 = _local1[_local2]; _mr252._vn623 = _local3._en334; if (_mr252._vn623 > (_wo1183._bh147 - 1)){ _mr252._vn623 = (_wo1183._bh147 - 1); _local3._en334 = _mr252._vn623; }; if ((((_mr252._vn623 >= _wo1183._uf793)) && ((_mr252._vn623 <= _wo1183._ql321)))){ _mr252._so544++; }; if ((((_mr252._vn623 >= _wo1183._gw1190)) && ((_mr252._vn623 <= _wo1183._mn375)))){ _local3._ms472 = _mr252._yn182[int((_mr252._vn623 - _wo1183._gw1190))]; }; if (_mr252._vn623 == _wo1183._hp1445){ _mr252._ct686 = (_wo1183._fk1260 + (_local11 << _wo1183._ea850)); _mr252._ri1321 = (_wo1183._vy569 + (_local8 << _wo1183._fx19)); } else { if (_mr252._vn623 == _wo1183._ao78){ _mr252._in612 = (_wo1183._fk1260 + (_local11 << _wo1183._ea850)); _mr252._rf1336 = (_wo1183._vy569 + (_local8 << _wo1183._fx19)); }; }; _local2++; _local11++; }; _local8++; }; _kd1133._mk479(); } public static function _lo1226():void{ _mr252._rn1100 = _mr252._st1199[int((_mr252._jp1355 - 1))]; _mr252._ok199._km1212 = _wo1183._qo839; _mr252._ji471 = (_mr252._jt1085 = _mr252._an616[int((_mr252._jp1355 - 1))]); _mr252._uc369 = 3; _mr252._ua653 = 0; _mr252._pp893 = _mr252._eq532; _mr252._pp893._ox1400 = _wo1183._wn1137; _mr252._pp893._ca1445 = _wo1183._hm822; _mr252._pp893._pg1451 = _mr252._jp1205; _mr252._pp893._nj1292 = _wo1183._bd583; _mr252._pp893._uh1543 = _wo1183._wn887; _mr252._pp893._iw634 = _wo1183._bm929; _nr86._ht1153(); _nr86._et761(); _mr252._gp345 = 0; _mr252._ar1350 = 0; _mr252._mn118 = 0; _mr252._cc1090 = (_mr252._wk1248 = (_mr252._xe36 = 0)); _mr252.current = _mr252._sg57; _mr252._au560.fillRect(new Rectangle(0, 0, _wo1183._dv1211, _wo1183._wa1194), 0); _mr252._au560.copyPixels(_mr252._kp498, new Rectangle(0, 0, _mr252._kp498.width, _mr252._kp498.height), new Point(0, 0)); _mr252._au560.copyPixels(_mr252._rc609, new Rectangle(0, 0, _mr252._rc609.width, _mr252._rc609.height), new Point(0, _wo1183._bt1047)); _mr252._au560.copyPixels(_mr252._lg813, new Rectangle(0, 0, _mr252._lg813.width, _mr252._lg813.height), new Point(0, _wo1183._bv569)); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); _cs560._xu320(_wo1183._rd200); _mr252._gi1206 = 0; _qx763._yy11(); _mr252._wu908.alpha = 0; _mr252._wu908.visible = true; } public static function _np1547(_arg1:int):void{ if ((((_arg1 > 0)) && ((_arg1 <= _wo1183._kg114)))){ _cs560._uk1508(_arg1); }; } public static function _rf1129():void{ _mr252._kp498 = _kx927._wk636(_kx927._mv1047(irrcrpt("OI_QSRWX_XST.FQT", 4))); _mr252._rc609 = _kx927._wk636(_kx927._mv1047(irrcrpt("MG_OQPUV.DOR", 2))); _mr252._lg813 = _kx927._wk636(_kx927._mv1047(irrcrpt("NH_PRQVW_ERWWRP.EPS", 3))); } public static function _kh1459():void{ _mr252._xi312 = 0; _mr252._bd86 = _mr252._on274; _mr252._bd86._ej530 = 0; _mr252._bd86._gh257 = 0; _mr252._bd86._ad1012 = 0; _mr252._bd86._br69 = 0; _mr252._bd86._he629 = 0; _mr252._bd86._la365 = 0; _mr252._bd86._kx390 = 0; _mr252._bd86._im989 = 0; _mr252._bd86._ng409 = 0; _mr252._bd86._lk60 = 0; _mr252._bd86._ms1017 = 0; _mr252._bd86._se38 = 0; _mr252._bd86._km518 = 0; _mr252._bd86._yh498 = 0; _mr252._nk584 = _mr252._cy616; _mr252._nk584._ox1400 = _wo1183._rx1270; _mr252._nk584._ca1445 = _wo1183._vx1142; _mr252._nk584._rr80 = _wo1183._iy865; _mr252._nk584._pg1451 = _mr252._vv23[_wo1183._iy865]; _mr252._nk584._ir415 = 0; _mr252._nk584._ns569 = 0; _mr252._nk584._cg1105 = 0; _mr252._nk584._wl448 = 0; _kd1133._mg141(); _kd1133._qn612(); _mr252._au560.copyPixels(_mr252._vt837, new Rectangle(0, 0, _mr252._vt837.width, _mr252._vt837.height), new Point(0, 0)); _kd1133._mk479(); _mr252._nk584._yi969 = 0; _mr252._nk584._rk142 = 0; _mr252._nk584._uo1234 = 0; _mc664._vv1521(); _mc664._aq703(); _mc664._rm74(); _mr252._rf553 = 0; if (_mr252._ke730 == 0){ _xk1459._rf1432((_wo1183._tn422 + _wo1183._rx1270), (_wo1183._yn506 + _wo1183._vx1142)); _mr252._kp1422[_mr252._rn955].stopped = 1; _mr252._kp1422[_mr252._rn955]._ox1400 = (_mr252._kp1422[_mr252._rn955]._ox1400 - (_wo1183._rx1270 << _wo1183._ln85)); }; _mr252._rw188 = 0; _mr252._ar1350 = 0; _mr252._tx705 = 0; _mr252._ap1270 = 0; _mr252._ab833 = 0; _mr252._br1202 = _mr252._fp203; if (_mr252._ke730 != 0){ _mr252._nk584._jx1396 = (_wo1183._th1142 / 2); _mr252._nk584._no368 = (_wo1183._md1407 * 2); _mr252._it511 = 1; _tn1406._dk1516(25); _tn1406._dk1516(13); _tn1406._dk1516(15); }; _qx763._yy11(); _mr252._gi1206 = 0; } public static function _hj890(_arg1:String, _arg2:Boolean=true):_ax762{ var _local3:_ax762 = new _ax762(); var _local4:ByteArray = _kx927._mv1047(_arg1); _local4.endian = Endian.LITTLE_ENDIAN; _local3._yq1225 = _local4.readUnsignedShort(); _local3._pg1479 = _local4.readUnsignedShort(); _local3._ol1510 = _local4.readShort(); _local3._ey1021 = _local4.readShort(); _local3._pk1540 = _local4.readByte(); var _local5:uint = _local4.readUnsignedInt(); _local3._ik315 = _kx927._wk636(_local4, 0, _mr252._tj987); if (_arg2){ _local3.next = _local3; } else { _local3.next = null; }; return (_local3); } public static function _xs1042(_arg1:int=0):void{ _mr252._jb209 = -1; _mr252._ok1529 = 0; _mr252._gi1206 = 0; _mr252._ok199 = _mr252._vr1405; _mr252._ok199._nt320 = 1; _mr252._ok199._cd1264 = _wo1183._po145; _mr252._ok199._iq1552 = 0; _mr252._ql1117 = (_arg1 - 1); _mr252._pd1160 = -1; _mr252._ke730 = 0; _mr252._jp1355 = 0; _kd1133._eh1228(); } public static function _ck660():void{ if (_mr252._jp1355 != 0){ _kd1133._cw960(); return; }; _mr252._gi1206 = 0; _mr252._du1104++; _mc664._so427(); _xk1459._qn1377(); _rf424._xj559(); _tn1406._rc106(); _vn627._bx191(); _na1138._mv1494(); _fo658._by452(); if ((((((_mr252._rf553 <= 0)) && ((_mr252._rw188 <= 0)))) && ((_mr252._ke730 == 0)))){ _mc664._ay131(); }; if ((((_mr252._so544 <= 0)) && ((_mr252._rw188 <= 0)))){ _mr252._ej1486.visible = false; _cs560._mc1221(); _kd1133._eh1228(); return; }; if (_mr252._xi312 == 0){ return; }; _mr252._ok199._cd1264--; if (_mr252._ok199._cd1264 < 0){ _mr252._ej1486.visible = false; _kd1133._sn232(); } else { _mr252._ej1486.visible = false; _kd1133._kh1459(); }; } public static function _hh823():void{ _mr252._rq1031 = _kx927._mv1047(irrcrpt("LF_MFWFM.UBC", 1)); } public static function _ml331():void{ _mr252._yr1366 = _kd1133._hj890(irrcrpt("ERUGHU4.VSU", 3)); _mr252._hh679 = _kd1133._hj890(irrcrpt("DQTFGT4.URT", 2)); _mr252._sd751 = _kd1133._hj890(irrcrpt("ERUGHU6.VSU", 3)); _mr252._cu770 = _kd1133._hj890(irrcrpt("CPSEFS5.TQS", 1)); _mr252._nc1309 = _kd1133._hj890(irrcrpt("CPSEFS6.TQS", 1)); _mr252._tt784 = _kd1133._hj890(irrcrpt("FSVHIV0.WTV", 4)); var _local1:int; while (_local1 < (_wo1183._wy934 * 2)) { _mr252._ha1374[_local1]._wc1050 = 0; _mr252._ha1374[_local1]._av123 = 0; _mr252._ha1374[_local1]._vg1257 = _wo1183._hr176; _local1++; }; _mr252._ha1374[0]._ly278 = (_mr252._ha1374[1]._ly278 = _mr252._yr1366); _mr252._ha1374[2]._ly278 = (_mr252._ha1374[3]._ly278 = _mr252._hh679); _mr252._ha1374[4]._ly278 = (_mr252._ha1374[5]._ly278 = _mr252._sd751); _mr252._ha1374[6]._ly278 = (_mr252._ha1374[7]._ly278 = _mr252._cu770); _mr252._ha1374[8]._ly278 = (_mr252._ha1374[9]._ly278 = _mr252._nc1309); _mr252._ha1374[10]._ly278 = (_mr252._ha1374[11]._ly278 = _mr252._tt784); _mr252._ha1374[0]._to471 = _wo1183._eq191; _mr252._ha1374[0]._rc688 = _wo1183._wm667; _mr252._ha1374[1]._to471 = _wo1183._wv760; _mr252._ha1374[1]._rc688 = _wo1183._ob353; _mr252._ha1374[2]._to471 = _wo1183._av236; _mr252._ha1374[2]._rc688 = _wo1183._kp365; _mr252._ha1374[3]._to471 = _wo1183._yt1142; _mr252._ha1374[3]._rc688 = _wo1183._fs867; _mr252._ha1374[4]._to471 = _wo1183._te1106; _mr252._ha1374[4]._rc688 = _wo1183._xs250; _mr252._ha1374[5]._to471 = _wo1183._rj1064; _mr252._ha1374[5]._rc688 = _wo1183._gr1283; _mr252._ha1374[6]._to471 = _wo1183._nk1396; _mr252._ha1374[6]._rc688 = _wo1183._ey966; _mr252._ha1374[7]._to471 = _wo1183._rd710; _mr252._ha1374[7]._rc688 = _wo1183._lx710; _mr252._ha1374[8]._to471 = _wo1183._qw91; _mr252._ha1374[8]._rc688 = _wo1183._xt718; _mr252._ha1374[9]._to471 = _wo1183._yu1367; _mr252._ha1374[9]._rc688 = _wo1183._sm1166; _mr252._ha1374[10]._to471 = _wo1183._dv1409; _mr252._ha1374[10]._rc688 = _wo1183._sn333; _mr252._ha1374[11]._to471 = _wo1183._qu1240; _mr252._ha1374[11]._rc688 = _wo1183._bo1019; } public static function _mg141():void{ var _local1:BitmapData = _mr252.current; _mr252.current = _mr252._vt837; _qx763._bn1227(_mr252._jb209); _mr252.current = _local1; } public static function _wt299():void{ _cs560._ol490(); } public static function _sn232():void{ var _local1:_ax762; var _local2:int; var _local3:int; var _local4:BitmapData; _cs560._mc1221(); _mr252._gi1206 = 0; if (_mr252._jp1355 == 0){ _kd1133._mg141(); _kd1133._qn612(); _kd1133._mk479(); } else { _local1 = _mr252._cj119; _local2 = _wo1183._yh371; _local3 = _wo1183._ca1387; _local4 = _local1._ik315; _mr252._au560.copyPixels(_local4, new Rectangle(0, 0, _local4.width, _local4.height), new Point(_local2, _local3), _local4, new Point(0, 0), true); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); }; _mr252.current = _mr252._sg57; _mr252._us746 = _mr252._rj281; _mr252._tb972 = 0; _mr252._jo1496 = (_wo1183._ma104 * 2); _kd1133._ir609(); _cs560._xu320(_wo1183._nn890); _mr252._gt876 = _wo1183._bw1261; } public static function _cw960():void{ var _local1:int; var _local2:int; _mr252._gi1206 = 0; _mr252._du1104++; _nr86._gk1466(); _lk259._an665(); _ch1012._sq1537(); _fd411._kq488(); _vn627._bx191(); if ((((_mr252._rn1100 <= 0)) || ((_mr252._ok199._km1212 <= 0)))){ _mr252._cc1090++; _mr252._wk1248++; if (_mr252._wk1248 == 10){ _mr252._wk1248 = 0; }; if ((((_mr252._rn1100 <= 0)) && ((_mr252._wk1248 == 0)))){ _local2 = _kd1133._ei636(0, 60); _local2 = (_local2 - 30); _local1 = _kd1133._ei636(0, 60); _local1 = (_local1 - 30); _vn627._ve929((_wo1183._yh371 + _local1), (_wo1183._ca1387 + _local2), 0, 0, _mr252._uk1113[0], _wo1183._gd620); _kd1133._np1547(_wo1183._qt1495); } else { if (_mr252._wk1248 == 0){ _local2 = _kd1133._ei636(0, 40); _local2 = (_local2 - 20); _local1 = _kd1133._ei636(0, 30); _local1 = (_local1 - 15); _vn627._ve929(((_mr252._pp893._ox1400 + 8) + _local1), ((_mr252._pp893._ca1445 + 16) + _local2), 0, 0, _mr252._uk1113[0], _wo1183._gd620); _kd1133._np1547(_wo1183._qt1495); }; }; }; if ((((_mr252._rn1100 <= 0)) && ((_mr252._cc1090 == _wo1183._ig731)))){ _mr252._wu908.visible = false; _cs560._mc1221(); _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._tv740 + (int((_wo1183._hg50 / _wo1183._qo839)) * _mr252._ok199._km1212))); _kd1133._eh1228(); return; }; if ((((_mr252._ok199._km1212 <= 0)) && ((_mr252._cc1090 == _wo1183._ig731)))){ _mr252._wu908.visible = false; _kd1133._sn232(); }; } public static function _me1466():void{ var _local1:int; var _local2:int; _mr252._ub294 = _mr252._br1058; _mr252._br1058 = _mr252._yh856; _kd1133._yj1219(); _local1 = _qd516._pp63(); _local2 = _qd516._gq1021(); _mr252.mx = _local1; _mr252._yh856 = _local2; if (_mr252.mx < _mr252._ju1130){ _mr252.mx = _mr252._ju1130; }; if (_mr252.mx > _mr252._gn780){ _mr252.mx = _mr252._gn780; }; if (_mr252._yh856 < _mr252._lw451){ _mr252._yh856 = _mr252._lw451; }; if (_mr252._yh856 > _mr252._an1007){ _mr252._yh856 = _mr252._an1007; }; _mr252._cx895 = _mr252.mx; _mr252._jp604 = _mr252._yh856; _mr252._vs1097 = _mr252._eb760; if (_qd516._pb1060(_qd516._sw856)){ _mr252._eb760 = (_mr252._eb760 | _wo1183._br433); } else { _mr252._eb760 = (_mr252._eb760 & ~(_wo1183._br433)); }; if (_qd516._pb1060(_qd516._eo1064)){ _mr252._eb760 = (_mr252._eb760 | _wo1183._rb758); } else { _mr252._eb760 = (_mr252._eb760 & ~(_wo1183._rb758)); }; _kd1133._ck660(); if (_mr252._gt876 == _wo1183._nf881){ _kd1133._ck660(); }; } public static function _qn612():void{ var _local1:BitmapData = _mr252.current; _mr252.current = _mr252._vt837; _qx763._mg385(_mr252._yr1366, _mr252.current, (_wo1183._wm667 >> _wo1183._ac329), (_wo1183._ob353 >> _wo1183._ac329)); _qx763._mg385(_mr252._hh679, _mr252.current, (_wo1183._kp365 >> _wo1183._ac329), (_wo1183._fs867 >> _wo1183._ac329)); _qx763._mg385(_mr252._sd751, _mr252.current, (_wo1183._xs250 >> _wo1183._ac329), (_wo1183._gr1283 >> _wo1183._ac329)); _qx763._mg385(_mr252._cu770, _mr252.current, (_wo1183._ey966 >> _wo1183._ac329), (_wo1183._lx710 >> _wo1183._ac329)); _qx763._mg385(_mr252._nc1309, _mr252.current, (_wo1183._xt718 >> _wo1183._ac329), (_wo1183._sm1166 >> _wo1183._ac329)); _qx763._mg385(_mr252._tt784, _mr252.current, (_wo1183._sn333 >> _wo1183._ac329), (_wo1183._bo1019 >> _wo1183._ac329)); _mr252._kk630 = _mr252._rg468; _mr252._jv204 = 0; _qx763._qn1018(_wo1183._ku392, _wo1183._gk1140, _wo1183._sp311, 0, _wo1183._wt1106, _mr252._ok199._iq1552, 0); _qx763._qn1018(_wo1183._fj1482, _wo1183._dk1383, _wo1183._sp311, 0, _wo1183._pg93, _mr252._ok199._cd1264, 0); _mr252.current = _local1; } public static function _wq1345():void{ switch (_mr252._gt876){ case _wo1183._lt1302: _kd1133._kv595(); break; case _wo1183._ip479: _kd1133._to306(); break; case _wo1183._nf881: _kd1133._me1466(); break; case _wo1183._bw1261: _kd1133._di97(); break; }; } public static function _pn30():void{ if (_mr252._jp1355 != 0){ _mr252._wu908.alpha = ((50 - ((50 * _mr252._ok199._km1212) / _wo1183._qo839)) / 100); }; if ((((_mr252._jp1355 == 0)) && ((_mr252._cj1360 == 3)))){ _qx763._sm1113(); } else { if (_mr252._jp1355 != 0){ _qx763._sm1113(); _qx763._vf1427(); }; }; _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _mr252._sg57.lock(); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); _qx763._yh171(); _mr252._sg57.unlock(); } public static function _et739(_arg1:int, _arg2:int):void{ var _local3:int = _kd1133._ei636(_arg1, _arg2); _kd1133._np1547(_local3); } public static function _kv595():void{ switch (_mr252._lh392++){ case 0: _kd1133._gg1531(); _kd1133._hh823(); _kd1133._ml331(); _kd1133._jy80(); _kd1133._ur1331(); break; case 1: _mr252._rg468 = _kd1133._we862(irrcrpt("FKIKVU.URT", 2), 10); _mr252._ju1460 = _kd1133._we862(irrcrpt("JMPP.WTV", 4), 41); break; case 2: _mr252._vv1543 = _kd1133._we862(irrcrpt("KTSY.XUW", 5), 98); _mr252._hd1024 = _kd1133._hj890(irrcrpt("QBVTF.TQS", 1)); break; case 3: _mr252._rx259 = _kd1133._we862(irrcrpt("EULFNV.VSU", 3), 0x0100); break; case 4: _mr252._rp671 = _kd1133._we862(irrcrpt("W_GNWYM.XUW", 5), 8); _mr252._vv23 = _kd1133._we862(irrcrpt("W_STWRFQ.XUW", 5), 13); _mr252._ho395 = _kd1133._we862(irrcrpt("T_HKTG.URT", 2), 13); _mr252._jo787 = _kd1133._we862(irrcrpt("S_DBHF.TQS", 1), 13); _mr252._pr387 = _kd1133._we862(irrcrpt("T_INWG.URT", 2), 13); _mr252._nl1221 = _kd1133._we862(irrcrpt("V_HMI.WTV", 4), 6); _mr252._tw625 = _kd1133._we862(irrcrpt("JOXH.VSU", 3), 6); _mr252._sx1236 = _kd1133._we862(irrcrpt("UHDFWRU.VSU", 3), 2); _mr252._dy1504 = _kd1133._hj890(irrcrpt("WTIGXVI.WTV", 4)); _mr252._pi985 = _kd1133._hj890(irrcrpt("TJOHMF_GJSF.TQS", 1)); _mr252._xa199 = _kd1133._hj890(irrcrpt("GRXEOH_ILUH.VSU", 3)); _mr252._pf1362 = _kd1133._hj890(irrcrpt("ECPQP_HKTG.URT", 2)); break; case 5: _mr252._as1402 = _kd1133._we862(irrcrpt("UJKR.URT", 2), 2); _mr252._bn214 = _kd1133._we862(irrcrpt("GJTI.TQS", 1), 4); _mr252._ro737 = _kd1133._we862(irrcrpt("RKEWU.URT", 2), 11); _mr252._fq455 = _kd1133._we862(irrcrpt("VWTP.URT", 2), 3); _mr252._bb811 = _kd1133._we862(irrcrpt("TQDQV.URT", 2), 4); _mr252._rf1268 = _kd1133._we862(irrcrpt("NGGEJ.URT", 2), 4); _mr252._hw1159 = _kd1133._we862(irrcrpt("PRUSKLQJ.VSU", 3), 6); _mr252._la1434 = _kd1133._we862(irrcrpt("URWDWH.VSU", 3), 8); _mr252._uk1113 = _kd1133._we862(irrcrpt("GZRNQ.URT", 2), 21, false); _mr252._qx530 = _kd1133._we862(irrcrpt("QRGP.URT", 2), 30, false); _mr252._mi322 = _kd1133._we862(irrcrpt("QRGPJQTFG.URT", 2), 30); break; case 6: _mr252._rx615 = _kd1133._we862(irrcrpt("DCNN_PQTOCN.URT", 2), 6); _mr252._ek1090 = _kd1133._we862(irrcrpt("CBMM_MFBE.TQS", 1), 6); _mr252._rw1139 = _kd1133._we862(irrcrpt("FEPP_XVERW.WTV", 4), 6); _mr252._bf951 = _kd1133._we862(irrcrpt("CMVFTNPLF.TQS", 1), 10, false); _mr252._cg1208 = _kd1133._we862(irrcrpt("XMNJQI.XUW", 5), 10, false); _mr252._om766 = _kd1133._we862(irrcrpt("W_KVSAIV.WTV", 4), 8); _mr252._pn426 = _kd1133._we862(irrcrpt("U_FTKPM.URT", 2), 3); _mr252._jy831 = _kd1133._we862(irrcrpt("V_GHIODWHU.VSU", 3), 8); _mr252._fk1290 = _kd1133._we862(irrcrpt("V_SXPSHU.VSU", 3), 8); _mr252._hh1437 = _kd1133._we862(irrcrpt("V_OHDG.VSU", 3), 2); _mr252._kq1368 = _kd1133._we862(irrcrpt("W_WLVMROIV.WTV", 4), 8); _mr252._up1119 = _kd1133._we862(irrcrpt("U_FAPC.URT", 2), 3); _mr252._fi11 = _kd1133._we862(irrcrpt("V_IOB.VSU", 3), 2); break; case 7: _mr252._rp479 = _kd1133._hj890(irrcrpt("T_LOJGF.TQS", 1)); _mr252._mu752 = _kd1133._hj890(irrcrpt("W_B6.WTV", 4)); _mr252._ji215 = _kd1133._hj890(irrcrpt("U_INWG.URT", 2)); _mr252._ps1413 = _kd1133._hj890(irrcrpt("T_FYUSBMJGF.TQS", 1)); _mr252._ju1235 = _kd1133._hj890(irrcrpt("U_GZVTCDCNN.URT", 2)); _mr252._si294 = _kd1133._hj890(irrcrpt("V_OLJKWRII.VSU", 3)); _mr252._ae413 = _kd1133._hj890(irrcrpt("X_VZNHPGFQQ.XUW", 5)); _mr252._eh994 = _kd1133._hj890(irrcrpt("T_TMPXCBMM.TQS", 1)); _mr252._yj1446 = _kd1133._hj890(irrcrpt("T_KBP.TQS", 1)); _mr252._fl322 = _kd1133._hj890(irrcrpt("X_HFLJ.XUW", 5)); _mr252._jk429 = _kd1133._hj890(irrcrpt("X_XMNJQI.XUW", 5)); _mr252._io1330 = _kd1133._hj890(irrcrpt("T_DVGJSF.TQS", 1)); _mr252._wn1419 = _kd1133._hj890(irrcrpt("V_WUDQV.VSU", 3)); _mr252._rc361 = _kd1133._hj890(irrcrpt("T_TQFDUSF.TQS", 1)); _mr252._ow987 = _kd1133._hj890(irrcrpt("T_DNGJSF.TQS", 1)); _mr252._da389 = _kd1133._hj890(irrcrpt("W_KRE.WTV", 4)); _mr252._gk1433 = _kd1133._hj890(irrcrpt("U_UWHKTG.URT", 2)); _mr252._cp179 = _kd1133._hj890(irrcrpt("W_HYJMVI.WTV", 4)); _mr252._vf1033 = _kd1133._hj890(irrcrpt("V_VPILUH.VSU", 3)); _mr252._vl815 = _kd1133._hj890(irrcrpt("W_HQJMVI.WTV", 4)); break; case 8: _mr252._dg1083 = _kd1133._hj890(irrcrpt("HKPCN442.URT", 2)); _mr252._gw1407 = _kd1133._hj890(irrcrpt("KNSFQ785.XUW", 5)); _mr252._fk522 = _kd1133._hj890(irrcrpt("GJOBM351.TQS", 1)); _mr252._jp1205 = _kd1133._hj890(irrcrpt("KNSFQ705.XUW", 5)); _mr252._cj119 = _kd1133._hj890(irrcrpt("KNSFQ715.XUW", 5)); _mr252._bq729 = _kd1133._hj890(irrcrpt("ILQDO503.VSU", 3)); _mr252._gd55 = _kd1133._hj890(irrcrpt("KNSFQ735.XUW", 5)); break; case 9: _kd1133._rf1129(); _kd1133._wt299(); _mr252._vt837 = new BitmapData(320, 240, false, 0); _mr252._au560 = new BitmapData(320, 240, false, 0); _mr252._sg57 = new BitmapData(320, 240, false, 0); _mr252.current = _mr252._sg57; _kd1133._je631(); _kd1133._xs1042(); _mr252.renderer.bitmapData = _mr252._sg57; _mr252._cb1545.visible = false; break; }; } public static function _gd431(_arg1:int, _arg2:int):void{ _mr252._ju1130 = _arg1; _mr252._gn780 = _arg2; } public static function _jy80():void{ _mr252._ny1150 = _kd1133._hj890(irrcrpt("NGXGN.URT", 2)); var _local1:int; while (_local1 < (_wo1183._mb633 * 2)) { _mr252._wq810[_local1]._wc1050 = 0; _mr252._wq810[_local1]._av123 = 0; _mr252._wq810[_local1]._vg1257 = _wo1183._ug1176; _mr252._gs645[_local1]._wc1050 = 0; _mr252._gs645[_local1]._av123 = 0; _mr252._gs645[_local1]._vg1257 = _wo1183._hu503; _local1++; }; _mr252._wq810[0]._to471 = _wo1183._ea1103; _mr252._wq810[0]._rc688 = _wo1183._uk1152; _mr252._wq810[0]._ly278 = _mr252._ny1150; _mr252._wq810[1]._to471 = _wo1183._du841; _mr252._wq810[1]._rc688 = _wo1183._fo1004; _mr252._wq810[1]._ly278 = null; _mr252._wq810[2]._to471 = _wo1183._bw166; _mr252._wq810[2]._rc688 = _wo1183._ms336; _mr252._wq810[2]._ly278 = null; _mr252._wq810[3]._to471 = _wo1183._xb177; _mr252._wq810[3]._rc688 = _wo1183._qq895; _mr252._wq810[3]._ly278 = null; _mr252._wq810[4]._to471 = _wo1183._gv988; _mr252._wq810[4]._rc688 = _wo1183._uh389; _mr252._wq810[4]._ly278 = null; _mr252._wq810[5]._to471 = _wo1183._by1249; _mr252._wq810[5]._rc688 = _wo1183._na480; _mr252._wq810[5]._ly278 = null; _mr252._gs645[0]._to471 = _wo1183._uk1152; _mr252._gs645[0]._rc688 = _wo1183._fg313; _mr252._gs645[0]._ly278 = _mr252._ny1150; _mr252._gs645[1]._to471 = _wo1183._fo1004; _mr252._gs645[1]._rc688 = _wo1183._ai550; _mr252._gs645[1]._ly278 = null; _mr252._gs645[2]._to471 = _wo1183._ms336; _mr252._gs645[2]._rc688 = _wo1183._ha1100; _mr252._gs645[2]._ly278 = null; _mr252._gs645[3]._to471 = _wo1183._qq895; _mr252._gs645[3]._rc688 = _wo1183._en1402; _mr252._gs645[3]._ly278 = null; _mr252._gs645[4]._to471 = _wo1183._uh389; _mr252._gs645[4]._rc688 = _wo1183._ol606; _mr252._gs645[4]._ly278 = null; _mr252._gs645[5]._to471 = _wo1183._na480; _mr252._gs645[5]._rc688 = _wo1183._pl1439; _mr252._gs645[5]._ly278 = null; } public static function _we862(_arg1:String, _arg2:int, _arg3:Boolean=true):Array{ var _local6:int; var _local7:_ax762; var _local8:uint; var _local4:ByteArray = _kx927._mv1047(_arg1); var _local5:Array = new Array(_arg2); _local6 = 0; while (_local6 < _arg2) { _local5[_local6] = new _ax762(); _local6++; }; _local4.endian = Endian.LITTLE_ENDIAN; _local6 = 0; while (_local6 < _arg2) { _local7 = _local5[_local6]; _local7._yq1225 = _local4.readUnsignedShort(); _local7._pg1479 = _local4.readUnsignedShort(); _local7._ol1510 = _local4.readShort(); _local7._ey1021 = _local4.readShort(); _local7._pk1540 = _local4.readByte(); _local8 = _local4.readUnsignedInt(); _local7._ik315 = _kx927._wk636(_local4, 0, _mr252._tj987); _local6++; }; _local6 = 0; while (_local6 < (_arg2 - 1)) { _local5[_local6].next = _local5[(_local6 + 1)]; _local6++; }; if (_arg3){ _local5[(_arg2 - 1)].next = _local5[0]; } else { _local5[(_arg2 - 1)].next = null; }; return (_local5); } public static function _bn641():int{ return (int(Math.floor((Math.random() * 65536)))); } public static function _eh1228():void{ if (((!((_mr252._ke730 == 0))) || (!((_mr252._jp1355 == 0))))){ _mr252._ke730 = 0; _mr252._jp1355 = 0; _mr252._ql1117++; } else { _mr252._ql1117++; if (_mr252._ql1117 >= 3){ _cs560._xu320(_wo1183._yb1365); _tr1424.getInstance()._id468(irrcrpt("FgoqGpfgf", 2)); return; }; if (_mr252._ok199._cd1264 < 0){ _kd1133._sn232(); return; }; if (((((!((_mr252._pd1160 == -1))) && ((_mr252._ql1117 >= 10)))) && (((_mr252._ql1117 % 10) == 0)))){ _mr252._jp1355 = (_mr252._ql1117 / 10); _kd1133._lo1226(); _mr252._cj1360 = 0; _mr252._ql1117--; return; }; if (((((!((_mr252._pd1160 == -1))) && ((_mr252._ql1117 >= 5)))) && (((_mr252._ql1117 % 5) == 0)))){ _mr252._ke730 = (int((1 + (_mr252._ql1117 / 5))) >> 1); _mr252._ql1117--; }; _mr252._pd1160 = _mr252._ql1117; }; if (++_mr252._jb209 >= _wo1183._jk34){ _mr252._jb209 = 0; }; _kd1133._cy14(_mr252._vt837); _kd1133._mg141(); _kd1133._ks1290(); _cs560._uk1508(_wo1183._be69); _mr252._sr904 = 0; _mr252._gi1206 = 0; _mr252.current = _mr252._sg57; _mr252._us746 = _mr252._ha1374; _mr252._tb972 = 0; _mr252._jo1496 = (_wo1183._wy934 * 2); _kd1133._ir609(); _kd1133._cy14(_mr252._sg57); _mr252.current = _mr252._sg57; _mr252._gt876 = _wo1183._ip479; _mr252._cj1360 = 0; _cs560._xu320(_wo1183._su669); } public static function _tw250():void{ var _local1:Number = (Number((_mr252._lh392 + 1)) / Number(_wo1183._jq834)); _mr252._nl147.graphics.clear(); _mr252._nl147.graphics.beginFill(Preloader._ou1156); _mr252._nl147.graphics.drawRect(Preloader._uj472, Preloader._so977, (Preloader._fx1171 * _local1), Preloader._us57); _mr252._nl147.graphics.endFill(); } public static function _ny1477():void{ var _local3:_hw803; var _local1:int = _mr252._tb972; var _local2:Array = _mr252._us746; _mr252._rf1178++; var _local4:int; while (_local4 < _mr252._jo1496) { _local3 = _local2[_local1]; if (_mr252._rf1178 >= _local3._vg1257){ _local3._wc1050 = _local3._rc688; } else { _local3._wc1050 = (_local3._wc1050 + _local3._av123); }; _local1++; _local4++; }; } public static function _to306():void{ var _local1:int; var _local2:int; var _local3:int; var _local4:int; _mr252._sg57.lock(); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); switch (_mr252._cj1360){ case 0: if (_mr252._rf1178 < _wo1183._hr176){ _kd1133._ny1477(); _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _qx763._yh171(); _local1 = ((_mr252._ha1374[8]._wc1050 >> _wo1183._ac329) + 16); _local2 = ((_mr252._ha1374[9]._wc1050 >> _wo1183._ac329) - 10); _local3 = ((_mr252._ha1374[6]._wc1050 >> _wo1183._ac329) - _local1); _local4 = (((_mr252._ha1374[11]._wc1050 >> _wo1183._ac329) - (_mr252._ha1374[9]._wc1050 >> _wo1183._ac329)) + 10); _mr252.current.fillRect(new Rectangle(_local1, _local2, _local3, _local4), 0); } else { _mr252._rf1178 = _wo1183._hr176; _kd1133._ny1477(); _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _mr252.current = _mr252._au560; _qx763._yh171(); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); _mr252.current = _mr252._sg57; if (_mr252._ke730 == 0){ _mr252._gi1206 = 0; _mr252._us746 = _mr252._wq810; _mr252._tb972 = 0; _mr252._jo1496 = (_wo1183._mb633 * 2); _kd1133._ir609(); _mr252._us746[int((_mr252._tb972 + (1 * 2)))]._ly278 = _mr252._vv1543[int((_wo1183._dd623 + (int(((_mr252._ql1117 + 1) / 10)) % 10)))]; _mr252._us746[int((_mr252._tb972 + (2 * 2)))]._ly278 = _mr252._vv1543[int((_wo1183._dd623 + (int(((_mr252._ql1117 + 1) / 1)) % 10)))]; _mr252._cj1360 = 1; } else { _mr252._cj1360 = 3; }; }; break; case 1: if (_mr252._rf1178 < (_wo1183._ug1176 + _wo1183._xp1306)){ _kd1133._ny1477(); _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _qx763._yh171(); } else { _mr252._us746 = _mr252._gs645; _mr252._tb972 = 0; _mr252._jo1496 = (_wo1183._mb633 * 2); _kd1133._ir609(); _mr252._us746[int((_mr252._tb972 + (1 * 2)))]._ly278 = _mr252._vv1543[int((_wo1183._dd623 + (((_mr252._ql1117 + 1) / 10) % 10)))]; _mr252._us746[int((_mr252._tb972 + (2 * 2)))]._ly278 = _mr252._vv1543[int((_wo1183._dd623 + (((_mr252._ql1117 + 1) / 1) % 10)))]; _mr252._cj1360 = 2; _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _qx763._yh171(); }; break; case 2: if (_mr252._rf1178 < _wo1183._hu503){ _kd1133._ny1477(); _kd1133._ni515(); _mr252._nq241[_mr252._gi1206]._we332 = _wo1183._sf514; _qx763._yh171(); } else { _mr252._cj1360 = 3; }; break; case 3: _kd1133._kh1459(); _kd1133._di1553(); break; }; } public static function _pg1135():void{ _qx763._yh171(); _mr252._sg57.unlock(); } public static function _gs968(_arg1:int, _arg2:int):void{ _mr252._lw451 = _arg1; _mr252._an1007 = _arg2; } public static function _ki579():void{ _mr252._sg57.unlock(); } public static function _di1553():void{ _mr252._gt876 = _wo1183._nf881; } public static function _ei636(_arg1:int, _arg2:int):int{ return (int(((Math.random() * (_arg2 - _arg1)) + _arg1))); } public static function _ir609():void{ var _local3:_hw803; var _local1:int = _mr252._tb972; var _local2:Array = _mr252._us746; var _local4:int; while (_local4 < _mr252._jo1496) { _local3 = _local2[_local1]; _local3._av123 = ((_local3._rc688 - _local3._to471) / _local3._vg1257); _local3._wc1050 = _local3._to471; _local1++; _local4++; }; _mr252._rf1178 = 0; } public static function _cy14(_arg1:BitmapData):void{ _arg1.fillRect(new Rectangle(0, 0, _arg1.width, _arg1.height), 0); } public static function _mk479():void{ var _local5:int; var _local1:BitmapData = _mr252.current; _mr252.current = _mr252._au560; var _local2:Array = _mr252._by842; var _local3:int; var _local4:int; while (_local4 < _wo1183._bd1267) { _local5 = 0; while (_local5 < _wo1183._si492) { _mr252._vn623 = _local2[_local3]._en334; if (_mr252._vn623 != 0){ _qx763._mg385(_mr252._rx259[int((_mr252._vn623 - 1))], _mr252.current, ((_local5 << _wo1183._ea850) + _wo1183._fk1260), ((_local4 << _wo1183._fx19) + _wo1183._vy569)); }; _local3++; _local5++; }; _local4++; }; _mr252.current = _local1; } public static function _je631():void{ _mr252._ld1161[0] = _mr252._as1402; _mr252._ld1161[1] = _mr252._bn214; _mr252._ld1161[2] = _mr252._ro737; _mr252._ld1161[3] = _mr252._fq455; _mr252._ld1161[4] = _mr252._bb811; _mr252._ld1161[5] = _mr252._rf1268; _mr252._ld1161[6] = _mr252._hw1159; _mr252._ld1161[7] = _mr252._la1434; _mr252._vh339[0] = _mr252._om766; _mr252._vh339[1] = new Array(_mr252._rp479); _mr252._vh339[2] = new Array(_mr252._mu752); _mr252._vh339[3] = _mr252._pn426; _mr252._vh339[4] = _mr252._jy831; _mr252._vh339[5] = new Array(_mr252._ji215); _mr252._vh339[6] = new Array(_mr252._ps1413); _mr252._vh339[7] = new Array(_mr252._ju1235); _mr252._vh339[8] = _mr252._fk1290; _mr252._vh339[9] = new Array(_mr252._si294); _mr252._vh339[10] = new Array(_mr252._ae413); _mr252._vh339[11] = new Array(_mr252._eh994); _mr252._vh339[12] = new Array(_mr252._yj1446); _mr252._vh339[13] = _mr252._fi11; _mr252._vh339[14] = new Array(_mr252._fl322); _mr252._vh339[15] = new Array(_mr252._jk429); _mr252._vh339[16] = new Array(_mr252._io1330); _mr252._vh339[17] = _mr252._hh1437; _mr252._vh339[18] = new Array(_mr252._wn1419); _mr252._vh339[19] = new Array(_mr252._rc361); _mr252._vh339[20] = new Array(_mr252._ow987); _mr252._vh339[21] = new Array(_mr252._da389); _mr252._vh339[22] = _mr252._kq1368; _mr252._vh339[23] = new Array(_mr252._gk1433); _mr252._vh339[24] = new Array(_mr252._cp179); _mr252._vh339[25] = new Array(_mr252._vf1033); _mr252._vh339[26] = new Array(_mr252._vl815); _mr252._vh339[27] = _mr252._up1119; } public static function _lc1149(_arg1:int, _arg2:int):void{ _mr252.mx = _arg1; _mr252._yh856 = _arg2; _mr252._cx895 = _arg1; _mr252._jp604 = _arg2; } public static function _ur1331():void{ _mr252._jw352 = _kd1133._hj890(irrcrpt("HBNFPWFS2.TQS", 1)); _mr252._py124 = _kd1133._hj890(irrcrpt("KEQISZIV6.WTV", 4)); var _local1:int; while (_local1 < (_wo1183._ma104 * 2)) { _mr252._rj281[_local1]._wc1050 = 0; _mr252._rj281[_local1]._av123 = 0; _mr252._rj281[_local1]._vg1257 = _wo1183._kd288; _local1++; }; _mr252._rj281[0]._to471 = _wo1183._nb482; _mr252._rj281[0]._rc688 = _wo1183._oh530; _mr252._rj281[0]._ly278 = _mr252._jw352; _mr252._rj281[1]._to471 = _wo1183._te421; _mr252._rj281[1]._rc688 = _wo1183._up695; _mr252._rj281[1]._ly278 = null; _mr252._rj281[2]._to471 = _wo1183._qb373; _mr252._rj281[2]._rc688 = _wo1183._uh1337; _mr252._rj281[2]._ly278 = _mr252._py124; _mr252._rj281[3]._to471 = _wo1183._ah1297; _mr252._rj281[3]._rc688 = _wo1183._cy415; _mr252._rj281[3]._ly278 = null; } public static function _yx705(_arg1:Bitmap):void{ _mr252._vd585(); _mr252.renderer = _arg1; _mr252._ej1486 = new Sprite(); _mr252._ej1486.graphics.beginFill(0, 1); _mr252._ej1486.graphics.drawRect(0, ((_wo1183._bt1047 - 1) * _arg1.scaleY), (_wo1183._dv1211 * _arg1.scaleX), ((_wo1183._wa1194 - (_wo1183._bt1047 - 1)) * _arg1.scaleY)); _mr252._ej1486.graphics.endFill(); _mr252._ej1486.visible = false; _mr252._wu908 = new Sprite(); _mr252._wu908.graphics.beginFill(0xFF0000, 1); _mr252._wu908.graphics.drawRect(0, ((_wo1183._bt1047 - 1) * _arg1.scaleY), (_wo1183._dv1211 * _arg1.scaleX), ((_wo1183._bv569 - (_wo1183._bt1047 - 1)) * _arg1.scaleY)); _mr252._wu908.graphics.endFill(); _mr252._wu908.visible = false; _mr252._cb1545 = new Sprite(); var _local2:Bitmap = new Preloader._nm1546(); _local2.x = Preloader._uj472; _local2.y = Preloader._so977; _mr252._cb1545.graphics.beginFill(Preloader._nr706); _mr252._cb1545.graphics.drawRect(Preloader._uj472, Preloader._so977, Preloader._fx1171, Preloader._us57); _mr252._cb1545.graphics.endFill(); _mr252._nl147 = new Sprite(); _mr252._cb1545.addChild(_mr252._nl147); _mr252._cb1545.addChild(_local2); _mr252._lh392 = 0; _mr252._gt876 = _wo1183._lt1302; _mr252._cb1545.visible = true; } public static function _ni515():void{ var _local3:_hw803; var _local4:_pq1047; var _local1:int = _mr252._tb972; var _local2:Array = _mr252._us746; var _local5:int; while (_local5 < (_mr252._jo1496 >> 1)) { _local3 = _local2[_local1]; _local4 = _mr252._nq241[_mr252._gi1206]; _local4._we332 = 0; _local4._wr219 = _local3._ly278; _local4._fq357 = (_local3._wc1050 >> _wo1183._ac329); _local4._uq423 = (_local2[int((_local1 + 1))]._wc1050 >> _wo1183._ac329); _mr252._gi1206++; _local1 = (_local1 + 2); _local5++; }; } } }//package game
Section 34
//_kx927 (game._kx927) package game { import flash.display.*; import framework.*; import flash.utils.*; public class _kx927 { public static var _wn523:Class = _kx927__wn523; public static var _rf323:Class = _kx927__rf323; public static var _hx113:Class = _kx927__hx113; public static var _wm312:Class = _kx927__wm312; public static var _gx1251:Class = _kx927__gx1251; public static var _wh667:Class = _kx927__wh667; public static var _ky1498:Class = _kx927__ky1498; public static var _fm15:Class = _kx927__fm15; public static var _eb174:Class = _kx927__eb174; public static var _dy448:Class = _kx927__dy448; public static var _ax168:Class = _kx927__ax168; public static var _lf1138:Class = _kx927__lf1138; public static var _tl712:Class = _kx927__tl712; public static var _ei1121:Class = _kx927__ei1121; public static var _tk629:Class = _kx927__tk629; public static var _vb411:Class = _kx927__vb411; public static var _hr1178:Class = _kx927__hr1178; public static var _hy1011:Class = _kx927__hy1011; public static var _qc825:Class = _kx927__qc825; public static var _bd720:Class = _kx927__bd720; public static var _bo814:Class = _kx927__bo814; public static var _ni177:Class = _kx927__ni177; public static var _uo474:Class = _kx927__uo474; public static var _el519:Class = _kx927__el519; public static var _gi539:Class = _kx927__gi539; public static var _yo235:Class = _kx927__yo235; public static var _aq305:Class = _kx927__aq305; public static var _yf1143:Class = _kx927__yf1143; public static var _iu106:Class = _kx927__iu106; public static var _cr67:Class = _kx927__cr67; public static var _fw1280:Class = _kx927__fw1280; public static var _td1150:Class = _kx927__td1150; public static var _bt1204:Class = _kx927__bt1204; public static var _bk121:Class = _kx927__bk121; public static var _we1408:Class = _kx927__we1408; public static var _wu622:Class = _kx927__wu622; public static var _jg1479:Class = _kx927__jg1479; public static var _tx1144:Class = _kx927__tx1144; public static var _mo111:Class = _kx927__mo111; public static var _kf1404:Class = _kx927__kf1404; public static var _sn798:Class = _kx927__sn798; public static var _ep462:Class = _kx927__ep462; public static var _sw367:Class = _kx927__sw367; public static var _hk1317:Class = _kx927__hk1317; public static var _qo924:Class = _kx927__qo924; public static var _ps370:Class = _kx927__ps370; public static var _cb245:Class = _kx927__cb245; public static var _hd463:Class = _kx927__hd463; public static var _fo88:Class = _kx927__fo88; public static var _qj485:Class = _kx927__qj485; public static var _pl863:Class = _kx927__pl863; public static var _cw262:Class = _kx927__cw262; public static var _eb1072:Class = _kx927__eb1072; public static var _hl1482:Class = _kx927__hl1482; public static var _tt1289:Class = _kx927__tt1289; public static var _nr78:Class = _kx927__nr78; public static var _hn1197:Class = _kx927__hn1197; public static var _dq199:Class = _kx927__dq199; public static var _dw628:Class = _kx927__dw628; public static var _fs304:Class = _kx927__fs304; public static var _dg863:Class = _kx927__dg863; public static var _oh234:Class = _kx927__oh234; public static var _ho903:Class = _kx927__ho903; public static var _kd436:Class = _kx927__kd436; public static var _ni1514:Class = _kx927__ni1514; public static var _gx487:Class = _kx927__gx487; public static var _bu611:Class = _kx927__bu611; public static var _as633:Class = _kx927__as633; public static var _wk620:Class = _kx927__wk620; public static var _nc427:Class = _kx927__nc427; public static var _dj343:Class = _kx927__dj343; public static var _vu169:Class = _kx927__vu169; public static var _kv746:Class = _kx927__kv746; public static var _qs633:Class = _kx927__qs633; public static var _jg583:Class = _kx927__jg583; public static var _ts92:Class = _kx927__ts92; public static var _ff709:Class = _kx927__ff709; public static var _la414:Class = _kx927__la414; public static var _so559:Class = _kx927__so559; public static var _xg741:Class = _kx927__xg741; public static var _ii1136:Class = _kx927__ii1136; public static var _hr510:Class = _kx927__hr510; public static var _lx1103:Class = _kx927__lx1103; public static var _ds1024:Class = _kx927__ds1024; public static var _vm84:Class = _kx927__vm84; public static var _lv313:Class = _kx927__lv313; public static var _be865:Class = _kx927__be865; public static var _er1539:Class = _kx927__er1539; public static var _qj1344:Class = _kx927__qj1344; public static var _ba703:Class = _kx927__ba703; public static var _au396:Class = _kx927__au396; public static var _sk841:Class = _kx927__sk841; public static var _qs765:Class = _kx927__qs765; public static var _hj1544:Class = _kx927__hj1544; public static var _bq952:Class = _kx927__bq952; public static var _jn1013:Class = _kx927__jn1013; public static var _qd978:Class = _kx927__qd978; public static var _eq1187:Class = _kx927__eq1187; public static var _kn1208:Class = _kx927__kn1208; public static var _wl1099:Class = _kx927__wl1099; public static var _mt505:Class = _kx927__mt505; public static var _xb508:Class = _kx927__xb508; public static var _tv798:Class = _kx927__tv798; public static var _sw174:Class = _kx927__sw174; public static var _ew580:Class = _kx927__ew580; public static var _uf126:Class = _kx927__uf126; public static var _ul532:Class = _kx927__ul532; public static var _us1237:Class = _kx927__us1237; public static var _gr731:Class = _kx927__gr731; public static var _nw1028:Class = _kx927__nw1028; public static var _vr490:Class = _kx927__vr490; public static var _is301:Class = _kx927__is301; public static var _pd1452:Class = _kx927__pd1452; public static var _px632:Class = _kx927__px632; public static var _nf45:Class = _kx927__nf45; public static var _fi204:Class = _kx927__fi204; public static var _hh759:Class = _kx927__hh759; public static var _hg1018:Class = _kx927__hg1018; public static var _iu1281:Class = _kx927__iu1281; public static var _eu296:Class = _kx927__eu296; public static var _nu1312:Class = _kx927__nu1312; public static var _kg1026:Class = _kx927__kg1026; public static var _yv497:Class = _kx927__yv497; public static var _qc1175:Class = _kx927__qc1175; public static var _lg790:Class = _kx927__lg790; public static var _fr1073:Class = _kx927__fr1073; public static var _ec1250:Class = _kx927__ec1250; public static var _fv1512:Class = _kx927__fv1512; public static var _lb421:Class = _kx927__lb421; public static var _wn135:Class = _kx927__wn135; public static var _al250:Class = _kx927__al250; public static var _kd808:Class = _kx927__kd808; public static var _it896:Class = _kx927__it896; public static var _hq105:Class = _kx927__hq105; public static var _dy90:Class = _kx927__dy90; public static var _ev1455:Class = _kx927__ev1455; public static var _wm99:Class = _kx927__wm99; public static var _wm167:Class = _kx927__wm167; public static var _ts404:Class = _kx927__ts404; public static var _ym464:Class = _kx927__ym464; public static var _sr637:Class = _kx927__sr637; public static var _jr1175:Class = _kx927__jr1175; public static var _tu1238:Class = _kx927__tu1238; public static var _wg884:Class = _kx927__wg884; public static var _pv1512:Class = _kx927__pv1512; public static var _wi1256:Class = _kx927__wi1256; public static var _hu1310:Class = _kx927__hu1310; public static var _my1268:Class = _kx927__my1268; public static var _ww1092:Class = _kx927__ww1092; public static var _gc1097:Class = _kx927__gc1097; public static var _ja1020:Class = _kx927__ja1020; public static var _rp1060:Class = _kx927__rp1060; public static var _ac217:Class = _kx927__ac217; public static var _ey326:Class = _kx927__ey326; public static var _ds544:Class = _kx927__ds544; public static var _gl1338:Class = _kx927__gl1338; public static var _ly1400:Class = _kx927__ly1400; public static var _fr1545:Class = _kx927__fr1545; public static var _ny1229:Class = _kx927__ny1229; public static var _lt996:Class = _kx927__lt996; public static var _kj1266:Class = _kx927__kj1266; public static var _iw272:Class = _kx927__iw272; public static var _ew398:Class = _kx927__ew398; public static var _cn183:Class = _kx927__cn183; public static var _ey571:Class = _kx927__ey571; public static var _it1284:Class = _kx927__it1284; public static var _er703:Class = _kx927__er703; public static var _bq1435:Class = _kx927__bq1435; public static var _om892:Class = _kx927__om892; public static var _eu1440:Class = _kx927__eu1440; public static var _lb699:Class = _kx927__lb699; public static var _mb1539:Class = _kx927__mb1539; public static var _mg950:Class = _kx927__mg950; public static var _qe884:Class = _kx927__qe884; public static var _ls1142:Class = _kx927__ls1142; public static var _gj1510:Class = _kx927__gj1510; public static var _qd1448:Class = _kx927__qd1448; public static var _il171:Class = _kx927__il171; public static var _nu1368:Class = _kx927__nu1368; public static var _hg353:Class = _kx927__hg353; public static var _nr13:Class = _kx927__nr13; public static var _xc799:Class = _kx927__xc799; public static var _hg474:Class = _kx927__hg474; public static var _rs1290:Class = _kx927__rs1290; public static var _qi585:Class = _kx927__qi585; public static var _mi904:Class = _kx927__mi904; public static var _bh614:Class = _kx927__bh614; public static var _if1107:Class = _kx927__if1107; public static var _sw579:Class = _kx927__sw579; public static var _kc1412:Class = _kx927__kc1412; public static var _vk333:Class = _kx927__vk333; public static function _wk636(_arg1:ByteArray, _arg2:int=-1, _arg3:Array=null):BitmapData{ var _local4:_yy513 = new _yy513(); if (_arg2 != -1){ _local4._ln554(_arg2); }; if (_arg3 != null){ _local4._mv968(_arg3); }; return (_local4._as1532(_arg1)); } public static function _mv1047(_arg1:String):ByteArray{ var _local2:ByteArray; if (_arg1 == irrcrpt("FEPP_PIEH.WTV", 4)){ _local2 = (new _kx927._xb508() as ByteArray); } else { if (_arg1 == irrcrpt("DCNN_PQTOCN.URT", 2)){ _local2 = (new _kx927._ny1229() as ByteArray); } else { if (_arg1 == irrcrpt("DCNN_VTCPU.URT", 2)){ _local2 = (new _kx927._hr1178() as ByteArray); } else { if (_arg1 == irrcrpt("FPYIWQSOI.WTV", 4)){ _local2 = (new _kx927._ey326() as ByteArray); } else { if (_arg1 == irrcrpt("ERUGHU4.VSU", 3)){ _local2 = (new _kx927._ni1514() as ByteArray); } else { if (_arg1 == irrcrpt("ERUGHU5.VSU", 3)){ _local2 = (new _kx927._mo111() as ByteArray); } else { if (_arg1 == irrcrpt("GTWIJW8.XUW", 5)){ _local2 = (new _kx927._bd720() as ByteArray); } else { if (_arg1 == irrcrpt("FSVHIV8.WTV", 4)){ _local2 = (new _kx927._us1237() as ByteArray); } else { if (_arg1 == irrcrpt("CPSEFS6.TQS", 1)){ _local2 = (new _kx927._ky1498() as ByteArray); } else { if (_arg1 == irrcrpt("GTWIJW1.XUW", 5)){ _local2 = (new _kx927._kd808() as ByteArray); } else { if (_arg1 == irrcrpt("EULFNV.VSU", 3)){ _local2 = (new _kx927._yf1143() as ByteArray); } else { if (_arg1 == irrcrpt("ECPQP_HKTG.URT", 2)){ _local2 = (new _kx927._mg950() as ByteArray); } else { if (_arg1 == irrcrpt("GLJLWV.VSU", 3)){ _local2 = (new _kx927._tx1144() as ByteArray); } else { if (_arg1 == irrcrpt("FQWDNG_HKTG.URT", 2)){ _local2 = (new _kx927._ew398() as ByteArray); } else { if (_arg1 == irrcrpt("HASOR.VSU", 3)){ _local2 = (new _kx927._vk333() as ByteArray); } else { if (_arg1 == irrcrpt("KNQQ.XUW", 5)){ _local2 = (new _kx927._vm84() as ByteArray); } else { if (_arg1 == irrcrpt("ILQDO553.VSU", 3)){ _local2 = (new _kx927._bk121() as ByteArray); } else { if (_arg1 == irrcrpt("HKPCN452.URT", 2)){ _local2 = (new _kx927._ff709() as ByteArray); } else { if (_arg1 == irrcrpt("HKPCN462.URT", 2)){ _local2 = (new _kx927._rp1060() as ByteArray); } else { if (_arg1 == irrcrpt("JMREP694.WTV", 4)){ _local2 = (new _kx927._il171() as ByteArray); } else { if (_arg1 == irrcrpt("HKPCN482.URT", 2)){ _local2 = (new _kx927._hg353() as ByteArray); } else { if (_arg1 == irrcrpt("JMREP614.WTV", 4)){ _local2 = (new _kx927._bt1204() as ByteArray); } else { if (_arg1 == irrcrpt("GJOBM391.TQS", 1)){ _local2 = (new _kx927._qi585() as ByteArray); } else { if (_arg1 == irrcrpt("KNXM.XUW", 5)){ _local2 = (new _kx927._hq105() as ByteArray); } else { if (_arg1 == irrcrpt("KTSY.XUW", 5)){ _local2 = (new _kx927._hh759() as ByteArray); } else { if (_arg1 == irrcrpt("HBNFPWFS2.TQS", 1)){ _local2 = (new _kx927._fr1073() as ByteArray); } else { if (_arg1 == irrcrpt("HBNFPWFS3.TQS", 1)){ _local2 = (new _kx927._dy448() as ByteArray); } else { if (_arg1 == irrcrpt("LQZJ.XUW", 5)){ _local2 = (new _kx927._pv1512() as ByteArray); } else { if (_arg1 == irrcrpt("QJJHM.XUW", 5)){ _local2 = (new _kx927._qo924() as ByteArray); } else { if (_arg1 == irrcrpt("OHYHO.VSU", 3)){ _local2 = (new _kx927._mt505() as ByteArray); } else { if (_arg1 == irrcrpt("OQTRJKPI.URT", 2)){ _local2 = (new _kx927._fr1545() as ByteArray); } else { if (_arg1 == irrcrpt("RSHQ.VSU", 3)){ _local2 = (new _kx927._bh614() as ByteArray); } else { if (_arg1 == irrcrpt("RSHQKRUGH.VSU", 3)){ _local2 = (new _kx927._lt996() as ByteArray); } else { if (_arg1 == irrcrpt("QBVTF.TQS", 1)){ _local2 = (new _kx927._pl863() as ByteArray); } else { if (_arg1 == irrcrpt("SLFXV.VSU", 3)){ _local2 = (new _kx927._bu611() as ByteArray); } else { if (_arg1 == irrcrpt("W_GNWYM.XUW", 5)){ _local2 = (new _kx927._ds1024() as ByteArray); } else { if (_arg1 == irrcrpt("U_FDJH.VSU", 3)){ _local2 = (new _kx927._gc1097() as ByteArray); } else { if (_arg1 == irrcrpt("T_FKG.URT", 2)){ _local2 = (new _kx927._wu622() as ByteArray); } else { if (_arg1 == irrcrpt("V_JMVI.WTV", 4)){ _local2 = (new _kx927._qj485() as ByteArray); } else { if (_arg1 == irrcrpt("T_INWG.URT", 2)){ _local2 = (new _kx927._sr637() as ByteArray); } else { if (_arg1 == irrcrpt("S_OPSNBM.TQS", 1)){ _local2 = (new _kx927._ii1136() as ByteArray); } else { if (_arg1 == irrcrpt("VIEGXSV.WTV", 4)){ _local2 = (new _kx927._cn183() as ByteArray); } else { if (_arg1 == irrcrpt("SPCPU.TQS", 1)){ _local2 = (new _kx927._wn135() as ByteArray); } else { if (_arg1 == irrcrpt("VSXEXI.WTV", 4)){ _local2 = (new _kx927._lb699() as ByteArray); } else { if (_arg1 == irrcrpt("T_DBHF.TQS", 1)){ _local2 = (new _kx927._sw367() as ByteArray); } else { if (_arg1 == irrcrpt("X_HRKNWJ.XUW", 5)){ _local2 = (new _kx927._xg741() as ByteArray); } else { if (_arg1 == irrcrpt("X_HZKNWJ.XUW", 5)){ _local2 = (new _kx927._ls1142() as ByteArray); } else { if (_arg1 == irrcrpt("T_EFGMBUFS.TQS", 1)){ _local2 = (new _kx927._wh667() as ByteArray); } else { if (_arg1 == irrcrpt("W_HQJMVI.WTV", 4)){ _local2 = (new _kx927._sn798() as ByteArray); } else { if (_arg1 == irrcrpt("X_IWNSP.XUW", 5)){ _local2 = (new _kx927._tv798() as ByteArray); } else { if (_arg1 == irrcrpt("W_HYJMVI.WTV", 4)){ _local2 = (new _kx927._el519() as ByteArray); } else { if (_arg1 == irrcrpt("W_HCRE.WTV", 4)){ _local2 = (new _kx927._cw262() as ByteArray); } else { if (_arg1 == irrcrpt("V_HAWUDEDOO.VSU", 3)){ _local2 = (new _kx927._wk620() as ByteArray); } else { if (_arg1 == irrcrpt("U_GZVTCNKHG.URT", 2)){ _local2 = (new _kx927._eu1440() as ByteArray); } else { if (_arg1 == irrcrpt("X_KQD.XUW", 5)){ _local2 = (new _kx927._hn1197() as ByteArray); } else { if (_arg1 == irrcrpt("W_KPYI.WTV", 4)){ _local2 = (new _kx927._qd1448() as ByteArray); } else { if (_arg1 == irrcrpt("X_LSF.XUW", 5)){ _local2 = (new _kx927._nw1028() as ByteArray); } else { if (_arg1 == irrcrpt("W_KVSAIV.WTV", 4)){ _local2 = (new _kx927._qd978() as ByteArray); } else { if (_arg1 == irrcrpt("T_KBP.TQS", 1)){ _local2 = (new _kx927._nu1312() as ByteArray); } else { if (_arg1 == irrcrpt("T_LOJGF.TQS", 1)){ _local2 = (new _kx927._eb1072() as ByteArray); } else { if (_arg1 == irrcrpt("T_MFBE.TQS", 1)){ _local2 = (new _kx927._qc825() as ByteArray); } else { if (_arg1 == irrcrpt("T_MJHIUPGG.TQS", 1)){ _local2 = (new _kx927._dq199() as ByteArray); } else { if (_arg1 == irrcrpt("T_QVNQFS.TQS", 1)){ _local2 = (new _kx927._dy90() as ByteArray); } else { if (_arg1 == irrcrpt("X_VZNHPGFQQ.XUW", 5)){ _local2 = (new _kx927._kd436() as ByteArray); } else { if (_arg1 == irrcrpt("W_WLMIPH.WTV", 4)){ _local2 = (new _kx927._sk841() as ByteArray); } else { if (_arg1 == irrcrpt("U_UJTKPMGT.URT", 2)){ _local2 = (new _kx927._jg1479() as ByteArray); } else { if (_arg1 == irrcrpt("X_XQTBGFQQ.XUW", 5)){ _local2 = (new _kx927._wm167() as ByteArray); } else { if (_arg1 == irrcrpt("T_TNGJSF.TQS", 1)){ _local2 = (new _kx927._ep462() as ByteArray); } else { if (_arg1 == irrcrpt("T_TQFDUSF.TQS", 1)){ _local2 = (new _kx927._eu296() as ByteArray); } else { if (_arg1 == irrcrpt("V_VXILUH.VSU", 3)){ _local2 = (new _kx927._eb174() as ByteArray); } else { if (_arg1 == irrcrpt("V_WUDQV.VSU", 3)){ _local2 = (new _kx927._hg474() as ByteArray); } else { if (_arg1 == irrcrpt("W_B6.WTV", 4)){ _local2 = (new _kx927._ei1121() as ByteArray); } else { if (_arg1 == irrcrpt("TIJFME.TQS", 1)){ _local2 = (new _kx927._it1284() as ByteArray); } else { if (_arg1 == irrcrpt("WLMT.WTV", 4)){ _local2 = (new _kx927._mi904() as ByteArray); } else { if (_arg1 == irrcrpt("TJOHMF_GJSF.TQS", 1)){ _local2 = (new _kx927._al250() as ByteArray); } else { if (_arg1 == irrcrpt("WTIGXVI.WTV", 4)){ _local2 = (new _kx927._yv497() as ByteArray); } else { if (_arg1 == irrcrpt("WXUQ.VSU", 3)){ _local2 = (new _kx927._qe884() as ByteArray); } else { if (_arg1 == irrcrpt("LF_MFWFM.UBC", 1)){ _local2 = (new _kx927._if1107() as ByteArray); } else { if (_arg1 == irrcrpt("LF_BMM_USVOD.QBM", 1)){ _local2 = (new _kx927._wm312() as ByteArray); } else { if (_arg1 == irrcrpt("PJ_RTSXY_YTU.GRU", 5)){ _local2 = (new _kx927._bo814() as ByteArray); } else { if (_arg1 == irrcrpt("PJ_RTSXY.GRU", 5)){ _local2 = (new _kx927._ul532() as ByteArray); } else { if (_arg1 == irrcrpt("NH_PRQVW_ERWWRP.EPS", 3)){ _local2 = (new _kx927._rf323() as ByteArray); } else { _local2 = null; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; }; return (_local2); } } }//package game
Section 35
//_kx927__ac217 (game._kx927__ac217) package game { import mx.core.*; public class _kx927__ac217 extends SoundAsset { } }//package game
Section 36
//_kx927__al250 (game._kx927__al250) package game { import mx.core.*; public class _kx927__al250 extends ByteArrayAsset { } }//package game
Section 37
//_kx927__aq305 (game._kx927__aq305) package game { import mx.core.*; public class _kx927__aq305 extends SoundAsset { } }//package game
Section 38
//_kx927__as633 (game._kx927__as633) package game { import mx.core.*; public class _kx927__as633 extends SoundAsset { } }//package game
Section 39
//_kx927__au396 (game._kx927__au396) package game { import mx.core.*; public class _kx927__au396 extends SoundAsset { } }//package game
Section 40
//_kx927__ax168 (game._kx927__ax168) package game { import mx.core.*; public class _kx927__ax168 extends SoundAsset { } }//package game
Section 41
//_kx927__ba703 (game._kx927__ba703) package game { import mx.core.*; public class _kx927__ba703 extends SoundAsset { } }//package game
Section 42
//_kx927__bd720 (game._kx927__bd720) package game { import mx.core.*; public class _kx927__bd720 extends ByteArrayAsset { } }//package game
Section 43
//_kx927__be865 (game._kx927__be865) package game { import mx.core.*; public class _kx927__be865 extends SoundAsset { } }//package game
Section 44
//_kx927__bh614 (game._kx927__bh614) package game { import mx.core.*; public class _kx927__bh614 extends ByteArrayAsset { } }//package game
Section 45
//_kx927__bk121 (game._kx927__bk121) package game { import mx.core.*; public class _kx927__bk121 extends ByteArrayAsset { } }//package game
Section 46
//_kx927__bo814 (game._kx927__bo814) package game { import mx.core.*; public class _kx927__bo814 extends ByteArrayAsset { } }//package game
Section 47
//_kx927__bq1435 (game._kx927__bq1435) package game { import mx.core.*; public class _kx927__bq1435 extends SoundAsset { } }//package game
Section 48
//_kx927__bq952 (game._kx927__bq952) package game { import mx.core.*; public class _kx927__bq952 extends SoundAsset { } }//package game
Section 49
//_kx927__bt1204 (game._kx927__bt1204) package game { import mx.core.*; public class _kx927__bt1204 extends ByteArrayAsset { } }//package game
Section 50
//_kx927__bu611 (game._kx927__bu611) package game { import mx.core.*; public class _kx927__bu611 extends ByteArrayAsset { } }//package game
Section 51
//_kx927__cb245 (game._kx927__cb245) package game { import mx.core.*; public class _kx927__cb245 extends SoundAsset { } }//package game
Section 52
//_kx927__cn183 (game._kx927__cn183) package game { import mx.core.*; public class _kx927__cn183 extends ByteArrayAsset { } }//package game
Section 53
//_kx927__cr67 (game._kx927__cr67) package game { import mx.core.*; public class _kx927__cr67 extends SoundAsset { } }//package game
Section 54
//_kx927__cw262 (game._kx927__cw262) package game { import mx.core.*; public class _kx927__cw262 extends ByteArrayAsset { } }//package game
Section 55
//_kx927__dg863 (game._kx927__dg863) package game { import mx.core.*; public class _kx927__dg863 extends SoundAsset { } }//package game
Section 56
//_kx927__dj343 (game._kx927__dj343) package game { import mx.core.*; public class _kx927__dj343 extends SoundAsset { } }//package game
Section 57
//_kx927__dq199 (game._kx927__dq199) package game { import mx.core.*; public class _kx927__dq199 extends ByteArrayAsset { } }//package game
Section 58
//_kx927__ds1024 (game._kx927__ds1024) package game { import mx.core.*; public class _kx927__ds1024 extends ByteArrayAsset { } }//package game
Section 59
//_kx927__ds544 (game._kx927__ds544) package game { import mx.core.*; public class _kx927__ds544 extends SoundAsset { } }//package game
Section 60
//_kx927__dw628 (game._kx927__dw628) package game { import mx.core.*; public class _kx927__dw628 extends SoundAsset { } }//package game
Section 61
//_kx927__dy448 (game._kx927__dy448) package game { import mx.core.*; public class _kx927__dy448 extends ByteArrayAsset { } }//package game
Section 62
//_kx927__dy90 (game._kx927__dy90) package game { import mx.core.*; public class _kx927__dy90 extends ByteArrayAsset { } }//package game
Section 63
//_kx927__eb1072 (game._kx927__eb1072) package game { import mx.core.*; public class _kx927__eb1072 extends ByteArrayAsset { } }//package game
Section 64
//_kx927__eb174 (game._kx927__eb174) package game { import mx.core.*; public class _kx927__eb174 extends ByteArrayAsset { } }//package game
Section 65
//_kx927__ec1250 (game._kx927__ec1250) package game { import mx.core.*; public class _kx927__ec1250 extends SoundAsset { } }//package game
Section 66
//_kx927__ei1121 (game._kx927__ei1121) package game { import mx.core.*; public class _kx927__ei1121 extends ByteArrayAsset { } }//package game
Section 67
//_kx927__el519 (game._kx927__el519) package game { import mx.core.*; public class _kx927__el519 extends ByteArrayAsset { } }//package game
Section 68
//_kx927__ep462 (game._kx927__ep462) package game { import mx.core.*; public class _kx927__ep462 extends ByteArrayAsset { } }//package game
Section 69
//_kx927__eq1187 (game._kx927__eq1187) package game { import mx.core.*; public class _kx927__eq1187 extends SoundAsset { } }//package game
Section 70
//_kx927__er1539 (game._kx927__er1539) package game { import mx.core.*; public class _kx927__er1539 extends SoundAsset { } }//package game
Section 71
//_kx927__er703 (game._kx927__er703) package game { import mx.core.*; public class _kx927__er703 extends SoundAsset { } }//package game
Section 72
//_kx927__eu1440 (game._kx927__eu1440) package game { import mx.core.*; public class _kx927__eu1440 extends ByteArrayAsset { } }//package game
Section 73
//_kx927__eu296 (game._kx927__eu296) package game { import mx.core.*; public class _kx927__eu296 extends ByteArrayAsset { } }//package game
Section 74
//_kx927__ev1455 (game._kx927__ev1455) package game { import mx.core.*; public class _kx927__ev1455 extends SoundAsset { } }//package game
Section 75
//_kx927__ew398 (game._kx927__ew398) package game { import mx.core.*; public class _kx927__ew398 extends ByteArrayAsset { } }//package game
Section 76
//_kx927__ew580 (game._kx927__ew580) package game { import mx.core.*; public class _kx927__ew580 extends SoundAsset { } }//package game
Section 77
//_kx927__ey326 (game._kx927__ey326) package game { import mx.core.*; public class _kx927__ey326 extends ByteArrayAsset { } }//package game
Section 78
//_kx927__ey571 (game._kx927__ey571) package game { import mx.core.*; public class _kx927__ey571 extends SoundAsset { } }//package game
Section 79
//_kx927__ff709 (game._kx927__ff709) package game { import mx.core.*; public class _kx927__ff709 extends ByteArrayAsset { } }//package game
Section 80
//_kx927__fi204 (game._kx927__fi204) package game { import mx.core.*; public class _kx927__fi204 extends SoundAsset { } }//package game
Section 81
//_kx927__fm15 (game._kx927__fm15) package game { import mx.core.*; public class _kx927__fm15 extends SoundAsset { } }//package game
Section 82
//_kx927__fo88 (game._kx927__fo88) package game { import mx.core.*; public class _kx927__fo88 extends SoundAsset { } }//package game
Section 83
//_kx927__fr1073 (game._kx927__fr1073) package game { import mx.core.*; public class _kx927__fr1073 extends ByteArrayAsset { } }//package game
Section 84
//_kx927__fr1545 (game._kx927__fr1545) package game { import mx.core.*; public class _kx927__fr1545 extends ByteArrayAsset { } }//package game
Section 85
//_kx927__fs304 (game._kx927__fs304) package game { import mx.core.*; public class _kx927__fs304 extends SoundAsset { } }//package game
Section 86
//_kx927__fw1280 (game._kx927__fw1280) package game { import mx.core.*; public class _kx927__fw1280 extends SoundAsset { } }//package game
Section 87
//_kx927__fv1512 (game._kx927__fv1512) package game { import mx.core.*; public class _kx927__fv1512 extends SoundAsset { } }//package game
Section 88
//_kx927__gc1097 (game._kx927__gc1097) package game { import mx.core.*; public class _kx927__gc1097 extends ByteArrayAsset { } }//package game
Section 89
//_kx927__gi539 (game._kx927__gi539) package game { import mx.core.*; public class _kx927__gi539 extends SoundAsset { } }//package game
Section 90
//_kx927__gj1510 (game._kx927__gj1510) package game { import mx.core.*; public class _kx927__gj1510 extends SoundAsset { } }//package game
Section 91
//_kx927__gl1338 (game._kx927__gl1338) package game { import mx.core.*; public class _kx927__gl1338 extends SoundAsset { } }//package game
Section 92
//_kx927__gr731 (game._kx927__gr731) package game { import mx.core.*; public class _kx927__gr731 extends SoundAsset { } }//package game
Section 93
//_kx927__gx1251 (game._kx927__gx1251) package game { import mx.core.*; public class _kx927__gx1251 extends SoundAsset { } }//package game
Section 94
//_kx927__gx487 (game._kx927__gx487) package game { import mx.core.*; public class _kx927__gx487 extends SoundAsset { } }//package game
Section 95
//_kx927__hd463 (game._kx927__hd463) package game { import mx.core.*; public class _kx927__hd463 extends SoundAsset { } }//package game
Section 96
//_kx927__hg1018 (game._kx927__hg1018) package game { import mx.core.*; public class _kx927__hg1018 extends SoundAsset { } }//package game
Section 97
//_kx927__hg353 (game._kx927__hg353) package game { import mx.core.*; public class _kx927__hg353 extends ByteArrayAsset { } }//package game
Section 98
//_kx927__hg474 (game._kx927__hg474) package game { import mx.core.*; public class _kx927__hg474 extends ByteArrayAsset { } }//package game
Section 99
//_kx927__hh759 (game._kx927__hh759) package game { import mx.core.*; public class _kx927__hh759 extends ByteArrayAsset { } }//package game
Section 100
//_kx927__hj1544 (game._kx927__hj1544) package game { import mx.core.*; public class _kx927__hj1544 extends SoundAsset { } }//package game
Section 101
//_kx927__hk1317 (game._kx927__hk1317) package game { import mx.core.*; public class _kx927__hk1317 extends SoundAsset { } }//package game
Section 102
//_kx927__hl1482 (game._kx927__hl1482) package game { import mx.core.*; public class _kx927__hl1482 extends SoundAsset { } }//package game
Section 103
//_kx927__hn1197 (game._kx927__hn1197) package game { import mx.core.*; public class _kx927__hn1197 extends ByteArrayAsset { } }//package game
Section 104
//_kx927__ho903 (game._kx927__ho903) package game { import mx.core.*; public class _kx927__ho903 extends SoundAsset { } }//package game
Section 105
//_kx927__hq105 (game._kx927__hq105) package game { import mx.core.*; public class _kx927__hq105 extends ByteArrayAsset { } }//package game
Section 106
//_kx927__hr1178 (game._kx927__hr1178) package game { import mx.core.*; public class _kx927__hr1178 extends ByteArrayAsset { } }//package game
Section 107
//_kx927__hr510 (game._kx927__hr510) package game { import mx.core.*; public class _kx927__hr510 extends SoundAsset { } }//package game
Section 108
//_kx927__hu1310 (game._kx927__hu1310) package game { import mx.core.*; public class _kx927__hu1310 extends SoundAsset { } }//package game
Section 109
//_kx927__hx113 (game._kx927__hx113) package game { import mx.core.*; public class _kx927__hx113 extends SoundAsset { } }//package game
Section 110
//_kx927__hy1011 (game._kx927__hy1011) package game { import mx.core.*; public class _kx927__hy1011 extends SoundAsset { } }//package game
Section 111
//_kx927__if1107 (game._kx927__if1107) package game { import mx.core.*; public class _kx927__if1107 extends ByteArrayAsset { } }//package game
Section 112
//_kx927__ii1136 (game._kx927__ii1136) package game { import mx.core.*; public class _kx927__ii1136 extends ByteArrayAsset { } }//package game
Section 113
//_kx927__il171 (game._kx927__il171) package game { import mx.core.*; public class _kx927__il171 extends ByteArrayAsset { } }//package game
Section 114
//_kx927__is301 (game._kx927__is301) package game { import mx.core.*; public class _kx927__is301 extends SoundAsset { } }//package game
Section 115
//_kx927__it1284 (game._kx927__it1284) package game { import mx.core.*; public class _kx927__it1284 extends ByteArrayAsset { } }//package game
Section 116
//_kx927__it896 (game._kx927__it896) package game { import mx.core.*; public class _kx927__it896 extends SoundAsset { } }//package game
Section 117
//_kx927__iu106 (game._kx927__iu106) package game { import mx.core.*; public class _kx927__iu106 extends SoundAsset { } }//package game
Section 118
//_kx927__iu1281 (game._kx927__iu1281) package game { import mx.core.*; public class _kx927__iu1281 extends SoundAsset { } }//package game
Section 119
//_kx927__iw272 (game._kx927__iw272) package game { import mx.core.*; public class _kx927__iw272 extends SoundAsset { } }//package game
Section 120
//_kx927__ja1020 (game._kx927__ja1020) package game { import mx.core.*; public class _kx927__ja1020 extends SoundAsset { } }//package game
Section 121
//_kx927__jg1479 (game._kx927__jg1479) package game { import mx.core.*; public class _kx927__jg1479 extends ByteArrayAsset { } }//package game
Section 122
//_kx927__jg583 (game._kx927__jg583) package game { import mx.core.*; public class _kx927__jg583 extends SoundAsset { } }//package game
Section 123
//_kx927__jn1013 (game._kx927__jn1013) package game { import mx.core.*; public class _kx927__jn1013 extends SoundAsset { } }//package game
Section 124
//_kx927__jr1175 (game._kx927__jr1175) package game { import mx.core.*; public class _kx927__jr1175 extends SoundAsset { } }//package game
Section 125
//_kx927__kc1412 (game._kx927__kc1412) package game { import mx.core.*; public class _kx927__kc1412 extends SoundAsset { } }//package game
Section 126
//_kx927__kd436 (game._kx927__kd436) package game { import mx.core.*; public class _kx927__kd436 extends ByteArrayAsset { } }//package game
Section 127
//_kx927__kd808 (game._kx927__kd808) package game { import mx.core.*; public class _kx927__kd808 extends ByteArrayAsset { } }//package game
Section 128
//_kx927__kf1404 (game._kx927__kf1404) package game { import mx.core.*; public class _kx927__kf1404 extends SoundAsset { } }//package game
Section 129
//_kx927__kg1026 (game._kx927__kg1026) package game { import mx.core.*; public class _kx927__kg1026 extends SoundAsset { } }//package game
Section 130
//_kx927__kj1266 (game._kx927__kj1266) package game { import mx.core.*; public class _kx927__kj1266 extends SoundAsset { } }//package game
Section 131
//_kx927__kn1208 (game._kx927__kn1208) package game { import mx.core.*; public class _kx927__kn1208 extends SoundAsset { } }//package game
Section 132
//_kx927__kv746 (game._kx927__kv746) package game { import mx.core.*; public class _kx927__kv746 extends SoundAsset { } }//package game
Section 133
//_kx927__ky1498 (game._kx927__ky1498) package game { import mx.core.*; public class _kx927__ky1498 extends ByteArrayAsset { } }//package game
Section 134
//_kx927__la414 (game._kx927__la414) package game { import mx.core.*; public class _kx927__la414 extends SoundAsset { } }//package game
Section 135
//_kx927__lb421 (game._kx927__lb421) package game { import mx.core.*; public class _kx927__lb421 extends SoundAsset { } }//package game
Section 136
//_kx927__lb699 (game._kx927__lb699) package game { import mx.core.*; public class _kx927__lb699 extends ByteArrayAsset { } }//package game
Section 137
//_kx927__lf1138 (game._kx927__lf1138) package game { import mx.core.*; public class _kx927__lf1138 extends SoundAsset { } }//package game
Section 138
//_kx927__lg790 (game._kx927__lg790) package game { import mx.core.*; public class _kx927__lg790 extends SoundAsset { } }//package game
Section 139
//_kx927__ls1142 (game._kx927__ls1142) package game { import mx.core.*; public class _kx927__ls1142 extends ByteArrayAsset { } }//package game
Section 140
//_kx927__lt996 (game._kx927__lt996) package game { import mx.core.*; public class _kx927__lt996 extends ByteArrayAsset { } }//package game
Section 141
//_kx927__lv313 (game._kx927__lv313) package game { import mx.core.*; public class _kx927__lv313 extends SoundAsset { } }//package game
Section 142
//_kx927__lx1103 (game._kx927__lx1103) package game { import mx.core.*; public class _kx927__lx1103 extends SoundAsset { } }//package game
Section 143
//_kx927__ly1400 (game._kx927__ly1400) package game { import mx.core.*; public class _kx927__ly1400 extends SoundAsset { } }//package game
Section 144
//_kx927__mb1539 (game._kx927__mb1539) package game { import mx.core.*; public class _kx927__mb1539 extends SoundAsset { } }//package game
Section 145
//_kx927__mg950 (game._kx927__mg950) package game { import mx.core.*; public class _kx927__mg950 extends ByteArrayAsset { } }//package game
Section 146
//_kx927__mi904 (game._kx927__mi904) package game { import mx.core.*; public class _kx927__mi904 extends ByteArrayAsset { } }//package game
Section 147
//_kx927__mo111 (game._kx927__mo111) package game { import mx.core.*; public class _kx927__mo111 extends ByteArrayAsset { } }//package game
Section 148
//_kx927__mt505 (game._kx927__mt505) package game { import mx.core.*; public class _kx927__mt505 extends ByteArrayAsset { } }//package game
Section 149
//_kx927__my1268 (game._kx927__my1268) package game { import mx.core.*; public class _kx927__my1268 extends SoundAsset { } }//package game
Section 150
//_kx927__nc427 (game._kx927__nc427) package game { import mx.core.*; public class _kx927__nc427 extends SoundAsset { } }//package game
Section 151
//_kx927__nf45 (game._kx927__nf45) package game { import mx.core.*; public class _kx927__nf45 extends SoundAsset { } }//package game
Section 152
//_kx927__ni1514 (game._kx927__ni1514) package game { import mx.core.*; public class _kx927__ni1514 extends ByteArrayAsset { } }//package game
Section 153
//_kx927__ni177 (game._kx927__ni177) package game { import mx.core.*; public class _kx927__ni177 extends SoundAsset { } }//package game
Section 154
//_kx927__nr13 (game._kx927__nr13) package game { import mx.core.*; public class _kx927__nr13 extends SoundAsset { } }//package game
Section 155
//_kx927__nr78 (game._kx927__nr78) package game { import mx.core.*; public class _kx927__nr78 extends SoundAsset { } }//package game
Section 156
//_kx927__nu1312 (game._kx927__nu1312) package game { import mx.core.*; public class _kx927__nu1312 extends ByteArrayAsset { } }//package game
Section 157
//_kx927__nu1368 (game._kx927__nu1368) package game { import mx.core.*; public class _kx927__nu1368 extends SoundAsset { } }//package game
Section 158
//_kx927__nw1028 (game._kx927__nw1028) package game { import mx.core.*; public class _kx927__nw1028 extends ByteArrayAsset { } }//package game
Section 159
//_kx927__ny1229 (game._kx927__ny1229) package game { import mx.core.*; public class _kx927__ny1229 extends ByteArrayAsset { } }//package game
Section 160
//_kx927__oh234 (game._kx927__oh234) package game { import mx.core.*; public class _kx927__oh234 extends SoundAsset { } }//package game
Section 161
//_kx927__om892 (game._kx927__om892) package game { import mx.core.*; public class _kx927__om892 extends SoundAsset { } }//package game
Section 162
//_kx927__pd1452 (game._kx927__pd1452) package game { import mx.core.*; public class _kx927__pd1452 extends SoundAsset { } }//package game
Section 163
//_kx927__pl863 (game._kx927__pl863) package game { import mx.core.*; public class _kx927__pl863 extends ByteArrayAsset { } }//package game
Section 164
//_kx927__ps370 (game._kx927__ps370) package game { import mx.core.*; public class _kx927__ps370 extends SoundAsset { } }//package game
Section 165
//_kx927__pv1512 (game._kx927__pv1512) package game { import mx.core.*; public class _kx927__pv1512 extends ByteArrayAsset { } }//package game
Section 166
//_kx927__px632 (game._kx927__px632) package game { import mx.core.*; public class _kx927__px632 extends SoundAsset { } }//package game
Section 167
//_kx927__qc1175 (game._kx927__qc1175) package game { import mx.core.*; public class _kx927__qc1175 extends SoundAsset { } }//package game
Section 168
//_kx927__qc825 (game._kx927__qc825) package game { import mx.core.*; public class _kx927__qc825 extends ByteArrayAsset { } }//package game
Section 169
//_kx927__qd1448 (game._kx927__qd1448) package game { import mx.core.*; public class _kx927__qd1448 extends ByteArrayAsset { } }//package game
Section 170
//_kx927__qd978 (game._kx927__qd978) package game { import mx.core.*; public class _kx927__qd978 extends ByteArrayAsset { } }//package game
Section 171
//_kx927__qe884 (game._kx927__qe884) package game { import mx.core.*; public class _kx927__qe884 extends ByteArrayAsset { } }//package game
Section 172
//_kx927__qi585 (game._kx927__qi585) package game { import mx.core.*; public class _kx927__qi585 extends ByteArrayAsset { } }//package game
Section 173
//_kx927__qj1344 (game._kx927__qj1344) package game { import mx.core.*; public class _kx927__qj1344 extends SoundAsset { } }//package game
Section 174
//_kx927__qj485 (game._kx927__qj485) package game { import mx.core.*; public class _kx927__qj485 extends ByteArrayAsset { } }//package game
Section 175
//_kx927__qo924 (game._kx927__qo924) package game { import mx.core.*; public class _kx927__qo924 extends ByteArrayAsset { } }//package game
Section 176
//_kx927__qs633 (game._kx927__qs633) package game { import mx.core.*; public class _kx927__qs633 extends SoundAsset { } }//package game
Section 177
//_kx927__qs765 (game._kx927__qs765) package game { import mx.core.*; public class _kx927__qs765 extends SoundAsset { } }//package game
Section 178
//_kx927__rf323 (game._kx927__rf323) package game { import mx.core.*; public class _kx927__rf323 extends ByteArrayAsset { } }//package game
Section 179
//_kx927__rp1060 (game._kx927__rp1060) package game { import mx.core.*; public class _kx927__rp1060 extends ByteArrayAsset { } }//package game
Section 180
//_kx927__rs1290 (game._kx927__rs1290) package game { import mx.core.*; public class _kx927__rs1290 extends SoundAsset { } }//package game
Section 181
//_kx927__sk841 (game._kx927__sk841) package game { import mx.core.*; public class _kx927__sk841 extends ByteArrayAsset { } }//package game
Section 182
//_kx927__sn798 (game._kx927__sn798) package game { import mx.core.*; public class _kx927__sn798 extends ByteArrayAsset { } }//package game
Section 183
//_kx927__so559 (game._kx927__so559) package game { import mx.core.*; public class _kx927__so559 extends SoundAsset { } }//package game
Section 184
//_kx927__sr637 (game._kx927__sr637) package game { import mx.core.*; public class _kx927__sr637 extends ByteArrayAsset { } }//package game
Section 185
//_kx927__sw174 (game._kx927__sw174) package game { import mx.core.*; public class _kx927__sw174 extends SoundAsset { } }//package game
Section 186
//_kx927__sw367 (game._kx927__sw367) package game { import mx.core.*; public class _kx927__sw367 extends ByteArrayAsset { } }//package game
Section 187
//_kx927__sw579 (game._kx927__sw579) package game { import mx.core.*; public class _kx927__sw579 extends SoundAsset { } }//package game
Section 188
//_kx927__td1150 (game._kx927__td1150) package game { import mx.core.*; public class _kx927__td1150 extends SoundAsset { } }//package game
Section 189
//_kx927__tk629 (game._kx927__tk629) package game { import mx.core.*; public class _kx927__tk629 extends SoundAsset { } }//package game
Section 190
//_kx927__tl712 (game._kx927__tl712) package game { import mx.core.*; public class _kx927__tl712 extends SoundAsset { } }//package game
Section 191
//_kx927__ts404 (game._kx927__ts404) package game { import mx.core.*; public class _kx927__ts404 extends SoundAsset { } }//package game
Section 192
//_kx927__ts92 (game._kx927__ts92) package game { import mx.core.*; public class _kx927__ts92 extends SoundAsset { } }//package game
Section 193
//_kx927__tt1289 (game._kx927__tt1289) package game { import mx.core.*; public class _kx927__tt1289 extends SoundAsset { } }//package game
Section 194
//_kx927__tu1238 (game._kx927__tu1238) package game { import mx.core.*; public class _kx927__tu1238 extends SoundAsset { } }//package game
Section 195
//_kx927__tv798 (game._kx927__tv798) package game { import mx.core.*; public class _kx927__tv798 extends ByteArrayAsset { } }//package game
Section 196
//_kx927__tx1144 (game._kx927__tx1144) package game { import mx.core.*; public class _kx927__tx1144 extends ByteArrayAsset { } }//package game
Section 197
//_kx927__uf126 (game._kx927__uf126) package game { import mx.core.*; public class _kx927__uf126 extends SoundAsset { } }//package game
Section 198
//_kx927__ul532 (game._kx927__ul532) package game { import mx.core.*; public class _kx927__ul532 extends ByteArrayAsset { } }//package game
Section 199
//_kx927__uo474 (game._kx927__uo474) package game { import mx.core.*; public class _kx927__uo474 extends SoundAsset { } }//package game
Section 200
//_kx927__us1237 (game._kx927__us1237) package game { import mx.core.*; public class _kx927__us1237 extends ByteArrayAsset { } }//package game
Section 201
//_kx927__vb411 (game._kx927__vb411) package game { import mx.core.*; public class _kx927__vb411 extends SoundAsset { } }//package game
Section 202
//_kx927__we1408 (game._kx927__we1408) package game { import mx.core.*; public class _kx927__we1408 extends SoundAsset { } }//package game
Section 203
//_kx927__wg884 (game._kx927__wg884) package game { import mx.core.*; public class _kx927__wg884 extends SoundAsset { } }//package game
Section 204
//_kx927__wh667 (game._kx927__wh667) package game { import mx.core.*; public class _kx927__wh667 extends ByteArrayAsset { } }//package game
Section 205
//_kx927__wi1256 (game._kx927__wi1256) package game { import mx.core.*; public class _kx927__wi1256 extends SoundAsset { } }//package game
Section 206
//_kx927__vk333 (game._kx927__vk333) package game { import mx.core.*; public class _kx927__vk333 extends ByteArrayAsset { } }//package game
Section 207
//_kx927__wk620 (game._kx927__wk620) package game { import mx.core.*; public class _kx927__wk620 extends ByteArrayAsset { } }//package game
Section 208
//_kx927__wl1099 (game._kx927__wl1099) package game { import mx.core.*; public class _kx927__wl1099 extends SoundAsset { } }//package game
Section 209
//_kx927__wm167 (game._kx927__wm167) package game { import mx.core.*; public class _kx927__wm167 extends ByteArrayAsset { } }//package game
Section 210
//_kx927__wm312 (game._kx927__wm312) package game { import mx.core.*; public class _kx927__wm312 extends ByteArrayAsset { } }//package game
Section 211
//_kx927__vm84 (game._kx927__vm84) package game { import mx.core.*; public class _kx927__vm84 extends ByteArrayAsset { } }//package game
Section 212
//_kx927__wm99 (game._kx927__wm99) package game { import mx.core.*; public class _kx927__wm99 extends SoundAsset { } }//package game
Section 213
//_kx927__wn135 (game._kx927__wn135) package game { import mx.core.*; public class _kx927__wn135 extends ByteArrayAsset { } }//package game
Section 214
//_kx927__wn523 (game._kx927__wn523) package game { import mx.core.*; public class _kx927__wn523 extends SoundAsset { } }//package game
Section 215
//_kx927__vr490 (game._kx927__vr490) package game { import mx.core.*; public class _kx927__vr490 extends SoundAsset { } }//package game
Section 216
//_kx927__vu169 (game._kx927__vu169) package game { import mx.core.*; public class _kx927__vu169 extends SoundAsset { } }//package game
Section 217
//_kx927__wu622 (game._kx927__wu622) package game { import mx.core.*; public class _kx927__wu622 extends ByteArrayAsset { } }//package game
Section 218
//_kx927__ww1092 (game._kx927__ww1092) package game { import mx.core.*; public class _kx927__ww1092 extends SoundAsset { } }//package game
Section 219
//_kx927__xb508 (game._kx927__xb508) package game { import mx.core.*; public class _kx927__xb508 extends ByteArrayAsset { } }//package game
Section 220
//_kx927__xc799 (game._kx927__xc799) package game { import mx.core.*; public class _kx927__xc799 extends SoundAsset { } }//package game
Section 221
//_kx927__xg741 (game._kx927__xg741) package game { import mx.core.*; public class _kx927__xg741 extends ByteArrayAsset { } }//package game
Section 222
//_kx927__yf1143 (game._kx927__yf1143) package game { import mx.core.*; public class _kx927__yf1143 extends ByteArrayAsset { } }//package game
Section 223
//_kx927__ym464 (game._kx927__ym464) package game { import mx.core.*; public class _kx927__ym464 extends SoundAsset { } }//package game
Section 224
//_kx927__yo235 (game._kx927__yo235) package game { import mx.core.*; public class _kx927__yo235 extends SoundAsset { } }//package game
Section 225
//_kx927__yv497 (game._kx927__yv497) package game { import mx.core.*; public class _kx927__yv497 extends ByteArrayAsset { } }//package game
Section 226
//_lk259 (game._lk259) package game { import game.struct.*; public class _lk259 { public static function _an665():void{ var _local1:int; if (_mr252._pp893._eg477 == 0){ if (_mr252._gp345 < _mr252._pp893._uh1543){ if (((((!((_mr252._vs1097 == _mr252._eb760))) && (!(((_mr252._eb760 & _wo1183._rb758) == 0))))) && ((_mr252._cc1090 == 0)))){ _local1 = (_mr252._pp893._ca1445 + (_mr252._pp893._pg1451._pg1479 / 2)); _lk259._yd870(_mr252._pp893._iw634, _mr252._pp893._ox1400, _local1); _mr252._pp893._eg477 = _mr252._pp893._nj1292; }; }; } else { _mr252._pp893._eg477--; }; if (_mr252._gp345 > 0){ _lk259._rj1383(); }; } public static function _rj1383():void{ var _local1:_kf531; var _local2:_pq1047; _mr252._rx694 = 0; _mr252._ss973 = 0; while (_mr252._ss973 < _mr252._gp345) { _local1 = _mr252._ff1299[_mr252._rx694]; _local1._ox1400 = (_local1._ox1400 + _local1._lu1261); _mr252._ds529 = _local1._ej1325; _mr252._pr455[0] = _local1._ox1400; _mr252._pr455[1] = _local1._ca1445; _xk1459._bi1433(_mr252._pr455, _mr252._ds529); if ((((((((_mr252._pr455[2] > _wo1183._um1079)) || ((_mr252._pr455[0] < _wo1183._yv599)))) || ((_mr252._pr455[3] > _wo1183._xn568)))) || ((_mr252._pr455[1] < _wo1183._wf1243)))){ _vn627._ve929(((_mr252._pr455[0] + _mr252._pr455[2]) >> 1), ((_mr252._pr455[1] + _mr252._pr455[3]) >> 1), 0, 0, _mr252._uk1113[0], _wo1183._gd620); if (_mr252._cc1090 == 0){ _mr252._rn1100 = (_mr252._rn1100 - _wo1183._ad55); }; _lk259._xb807(); } else { _local2 = _mr252._nq241[_mr252._gi1206]; _local2._we332 = 0; _local2._wr219 = _local1._ej1325; _local2._fq357 = _local1._ox1400; _local2._uq423 = _local1._ca1445; _mr252._gi1206++; _mr252._rx694++; }; _mr252._ss973++; }; } public static function _xb807():void{ var _local1:int; var _local2:int; if (_mr252._ss973 != --_mr252._gp345){ _local1 = _mr252._gp345; _local2 = _mr252._rx694; while (_local2 < _local1) { _mr252._ff1299[_local2].copy(_mr252._ff1299[int((_local2 + 1))]); _local2++; }; }; _mr252._ss973--; } public static function _yd870(_arg1:int, _arg2:int, _arg3:int):void{ var _local5:_kf531; var _local4:_ax762; if (_mr252._gp345 < _wo1183._nx1050){ _mr252._rx694 = _mr252._gp345; _local5 = _mr252._ff1299[_mr252._rx694]; _local4 = (((_mr252._gp345 % 2))==0) ? _mr252._gw1407 : _mr252._fk522; _local5._ox1400 = _arg2; _local5._ca1445 = (_arg3 - (_local4._pg1479 / 2)); _local5._lu1261 = _arg1; _kd1133._np1547(_wo1183._nv1177); _local5._ej1325 = _local4; _mr252._gp345++; }; } } }//package game
Section 227
//_mc664 (game._mc664) package game { import game.struct.*; import flash.geom.*; public class _mc664 { public static function _tt822():void{ var _local1:int = --_mr252._nk584._wl448; if (_local1 < _wo1183._ma768){ _mr252._ej1486.alpha = (_local1 / 100); }; if (_local1 <= 0){ _mr252._ej1486.visible = false; _mr252._bd86._se38 = 0; }; } public static function _rw1014():void{ var _local1:int; var _local4:_ax762; var _local2:_ax762; var _local3:_pq1047 = _mr252._nq241[_mr252._gi1206]; if (_mr252._bd86._lk60 != 0){ _local3._we332 = 0; _local3._wr219 = _mr252._dy1504; _local3._fq357 = _mr252._nk584._qq494; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; _local3._we332 = 0; _local3._wr219 = _mr252._dy1504; _local3._fq357 = _mr252._nk584._yx612; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; _local3._we332 = 0; _local3._wr219 = _mr252._dy1504; _local3._fq357 = _mr252._nk584._yn1256; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; }; if (_mr252._bd86._ej530 != 0){ _local1 = _mr252._nk584._sm1541; if (_local1 < _wo1183._at1009){ _local1 = (_wo1183._at1009 - _local1); if (_mr252._bd86._im989 != 0){ _local2 = _mr252._ho395[_local1]; } else { _local2 = _mr252._vv23[_local1]; }; } else { if (_local1 < (_wo1183._at1009 + 6)){ _local2 = _mr252._nl1221[int((_local1 - _wo1183._at1009))]; } else { return; }; }; } else { if (_mr252._bd86._gh257 != 0){ _local1 = _mr252._nk584._ob1212; if (_local1 >= _wo1183._jp934){ _local1 = (_local1 - _wo1183._jp934); if (_mr252._bd86._im989 != 0){ _local2 = _mr252._ho395[_local1]; } else { _local2 = _mr252._vv23[_local1]; }; } else { _local2 = _mr252._rp671[_local1]; }; } else { _local1 = _mr252._nk584._rr80; if (_mr252._bd86._im989 != 0){ _local2 = _mr252._ho395[_local1]; } else { _local2 = _mr252._vv23[_local1]; }; }; }; if (_mr252._bd86._ad1012 == 0){ _local3._we332 = 0; _local3._wr219 = _local2; _local3._fq357 = _mr252._nk584._ox1400; _local3._uq423 = _mr252._nk584._ca1445; _mr252._nk584._pg1451 = _local3._wr219; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; if (_mr252._bd86._kx390 != 0){ _local3._we332 = 0; _local3._wr219 = _mr252._pr387[_local1]; _local3._fq357 = _mr252._nk584._ox1400; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; }; if (_mr252._bd86._ms1017 != 0){ _local3._we332 = 0; _local3._wr219 = _mr252._sx1236[int((int((_mr252._du1104 >> 2)) & 1))]; _local3._fq357 = _mr252._nk584._ox1400; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; }; if ((((((_mr252._nk584._ns569 > 0)) || (!((_mr252._bd86._br69 == 0))))) && ((_mr252._bd86._ej530 == 0)))){ if (--_mr252._nk584._mj1485 <= 0){ _local4 = _mr252._cg1208[_mr252._nk584._cg1208].next; if (_local4 == null){ _local4 = _mr252._cg1208[0]; _mr252._nk584._cg1208 = -1; }; _mr252._nk584._mj1485 = _mr252._cg1208[int(++_mr252._nk584._cg1208)]._pk1540; }; _local3._we332 = 0; if (_mr252._nk584._ns569 == 1){ _local3._wr219 = _mr252._cg1208[_mr252._nk584._cg1208]; } else { _local3._wr219 = _mr252._bf951[_mr252._nk584._cg1208]; }; _local3._fq357 = ((_mr252._nk584._ox1400 - (_mr252._nk584._gk278 >> 1)) + 4); _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; _local3 = _mr252._nq241[_mr252._gi1206]; }; }; if (_mr252._bd86._ng409 != 0){ _local3._we332 = 0; _local3._wr219 = _mr252._jo787[_local1]; _local3._fq357 = _mr252._nk584._ox1400; _local3._uq423 = _mr252._nk584._ca1445; _mr252._gi1206++; }; } public static function _hp550():void{ if (--_mr252._nk584._wd201 <= 0){ _mr252._nk584._wd201 = _wo1183._me1340; if (++_mr252._nk584._ob1212 >= (_mr252._nk584._rr80 + _wo1183._jp934)){ _mr252._bd86._gh257 = 0; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); }; }; _mc664._rw1014(); } public static function _ox398():int{ return (_mr252._vv23[_mr252._nk584._rr80]._yq1225); } public static function _cp887():void{ var _local1:int; if (--_mr252._nk584._ea1217 <= 0){ _mr252._nk584._ea1217 = _wo1183._xk565; _mr252._nk584._sm1541++; _local1 = (_mr252._nk584._sm1541 - _wo1183._at1009); if (_local1 >= 0){ if (_mr252._nl1221[_local1]._pk1540 < 0){ _mr252._xi312 = -1; } else { _mr252._bd86._ng409 = 0; _mr252._bd86._ms1017 = 0; _mr252._bd86._kx390 = 0; }; }; }; _mc664._rw1014(); } public static function _ph91():void{ var _local1:int; var _local2:int; var _local3:_ld1135; var _local5:_yl295; if (--_mr252._nk584._yi969 <= 0){ _mr252._bd86._br69 = 0; _mr252._bd86._ad1012 = 0; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); } else { if (_mr252._nk584._yi969 < _wo1183._tr1533){ _mr252._bd86._ad1012 = ((_mr252._nk584._yi969 >> _wo1183._qq328) & 1); }; }; _local2 = 0; _local1 = _local2; _mr252._rn955 = 0; var _local4:Boolean; _mr252._yr949 = 0; while (_mr252._yr949 < _mr252._rf553) { _local3 = _mr252._kp1422[_mr252._rn955]; if ((((_local3.stopped == 0)) && ((_local3._ca1445 > _local1)))){ _local4 = false; _local1 = (_local3._ca1445 >> _wo1183._ln85); _local2 = (_local3._ox1400 >> _wo1183._ln85); }; _mr252._rn955++; _mr252._yr949++; }; _mr252._rn955 = 0; _local3 = _mr252._kp1422[_mr252._rn955]; if (((_local4) && ((_mr252._rf553 > 0)))){ _local1 = (_local3._ca1445 >> _wo1183._ln85); _local2 = (_local3._ox1400 >> _wo1183._ln85); }; if (_local3._bi204 < 0){ _mr252._su543 = 0; _mr252._qo364 = 0; while (_mr252._qo364 < _mr252._rw188) { _local5 = _mr252._ly1383[_mr252._su543]; switch (_local5._al617){ case (2 - 1): case (4 - 1): case (5 - 1): case (10 - 1): case (12 - 1): case (15 - 1): case (19 - 1): case (23 - 1): break; default: if (_local5._ca1445 > _local1){ _local1 = _local5._ca1445; _local2 = _local5._ox1400; }; }; _mr252._su543++; _mr252._qo364++; }; }; if (_mr252._nk584._ca1445 < _wo1183._fx249){ _mr252._nk584._ca1445 = (_mr252._nk584._ca1445 + _wo1183._qk1130); if (_mr252._nk584._ca1445 > _wo1183._fx249){ _mr252._nk584._ca1445 = _wo1183._fx249; }; }; if (_mr252._nk584._ox1400 < _local2){ _mr252._nk584._ox1400 = (_mr252._nk584._ox1400 + _wo1183._na1290); if (_mr252._nk584._ox1400 > _local2){ _mr252._nk584._ox1400 = _local2; }; } else { if (_mr252._nk584._ox1400 > _local2){ _mr252._nk584._ox1400 = (_mr252._nk584._ox1400 - _wo1183._na1290); if (_mr252._nk584._ox1400 < _local2){ _mr252._nk584._ox1400 = _local2; }; }; }; if (_mr252._nk584._ox1400 < _mr252._nk584._gb713){ _mr252._nk584._ox1400 = _mr252._nk584._gb713; }; if (_mr252._nk584._ox1400 > _mr252._nk584._wf1000){ _mr252._nk584._ox1400 = _mr252._nk584._wf1000; }; } public static function _vv1521():void{ _mr252._nk584._gk278 = ((_mc664._ox398() - _wo1183._pl454) - _wo1183._bb398); var _local1 = (_mr252._nk584._gk278 >> 1); _mr252._nk584._gb713 = (_wo1183._yb1023 + _local1); _mr252._nk584._wf1000 = (_wo1183._vo1299 - _local1); _kd1133._gd431(_mr252._nk584._gb713, _mr252._nk584._wf1000); _local1 = _mr252._nk584._ox1400; if (_mr252._bd86._he629 != 0){ _local1 = ((_mr252._nk584._wf1000 + _mr252._nk584._gb713) - _local1); }; _kd1133._lc1149(_local1, _mr252._jp604); } public static function _yg818():void{ if (--_mr252._nk584._gs411 == 0){ _mr252._nk584._gs411 = _wo1183._sv584; if (_mr252._nk584._rr80 > _mr252._nk584._nl95){ _mr252._nk584._rr80--; _mc664._vv1521(); } else { if (_mr252._nk584._rr80 < _mr252._nk584._nl95){ _mr252._nk584._rr80++; _mc664._vv1521(); } else { _mr252._bd86._la365 = 0; }; }; }; } public static function _rm74():void{ _kd1133._np1547(_wo1183._ti1462); _mr252._bd86._gh257 = 1; _mr252._nk584._wd201 = _wo1183._me1340; _mr252._nk584._ob1212 = 0; } public static function _ay131():void{ if (_mr252._bd86._ej530 == 0){ _kd1133._np1547(_wo1183._mq478); _mr252._bd86._ej530 = 1; _mr252._nk584._ea1217 = _wo1183._xk565; _mr252._nk584._sm1541 = ((_wo1183._at1009 + 1) - _mr252._nk584._rr80); }; } public static function _pv608():void{ if (--_mr252._nk584._rk142 <= 0){ _mr252._bd86._he629 = 0; _mr252._bd86._ad1012 = 0; _mr252._nk584._ox1400 = ((_mr252._nk584._wf1000 + _mr252._nk584._gb713) - _mr252._cx895); _mr252._nk584._ca1445 = _mr252._jp604; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); } else { _mr252._nk584._ox1400 = ((_mr252._nk584._wf1000 + _mr252._nk584._gb713) - _mr252._cx895); _mr252._nk584._ca1445 = _mr252._jp604; if (_mr252._nk584._rk142 < _wo1183._qf719){ _mr252._bd86._ad1012 = ((_mr252._nk584._rk142 >> _wo1183._vo1057) & 1); }; }; } public static function _aq703():void{ var _local1:int; if (_mr252._bd86._ms1017 != 0){ _local1 = _wo1183._sg1254; } else { _local1 = _wo1183._fx249; }; _mr252._nk584._gk199 = _local1; _mr252._nk584._wr415 = _wo1183._fx249; _kd1133._gs968(_mr252._nk584._gk199, _mr252._nk584._wr415); _kd1133._lc1149(_mr252._cx895, _mr252._nk584._ca1445); } public static function _hc205():void{ var _local1:_ld1135; if (--_mr252._nk584._cg1105 <= 0){ _mr252._bd86._yh498 = 0; _mr252._rn955 = 0; _mr252._yr949 = 0; while (_mr252._yr949 < _mr252._rf553) { _local1 = _mr252._kp1422[_mr252._rn955]; if (_local1._ca1445 > (((_wo1183._bd1267 << _wo1183._fx19) + _wo1183._vy569) << _wo1183._ln85)){ _local1.transparent = 0; }; _mr252._rn955++; _mr252._yr949++; }; }; } public static function _so427():void{ var _local1:int; var _local2:int; _mr252._nk584._oq1354 = _mr252._nk584._ox1400; if (_mr252._bd86._gh257 != 0){ _mc664._hp550(); return; }; if (_mr252._bd86._ej530 != 0){ _mc664._cp887(); return; }; if (_mr252._bd86._la365 != 0){ _mc664._yg818(); }; if (_mr252._bd86._se38 != 0){ _mc664._tt822(); }; if (_mr252._bd86._yh498 != 0){ _mc664._hc205(); }; if (_mr252._bd86._ng409 != 0){ _mc664._xu924(); return; }; if (_mr252._bd86._br69 != 0){ _mc664._ph91(); } else { if (_mr252._bd86._he629 != 0){ _mc664._pv608(); } else { _mr252._nk584._ox1400 = _mr252._cx895; _mr252._nk584._ca1445 = _mr252._jp604; }; }; if (_mr252._bd86._lk60 != 0){ if (_mr252._nk584._qq494 != _mr252._nk584._ox1400){ _local2 = ((_mc664._ox398() / 2) + (_wo1183._db819 / 2)); if (_mr252._nk584._qq494 < _mr252._nk584._ox1400){ if ((_mr252._nk584._qq494 + _local2) < _mr252._nk584._ox1400){ _mr252._nk584._qq494 = (_mr252._nk584._ox1400 - _local2); } else { _local1 = (_mr252._nk584._qq494 + _wo1183._cx53); _mr252._nk584._qq494 = ((_local1)>_mr252._nk584._ox1400) ? _mr252._nk584._ox1400 : _local1; }; } else { if ((_mr252._nk584._qq494 - _local2) > _mr252._nk584._ox1400){ _mr252._nk584._qq494 = (_mr252._nk584._ox1400 + _local2); } else { _local1 = (_mr252._nk584._qq494 - _wo1183._cx53); _mr252._nk584._qq494 = ((_local1)>_mr252._nk584._ox1400) ? _local1 : _mr252._nk584._ox1400; }; }; }; if (_mr252._nk584._yx612 != _mr252._nk584._ox1400){ if (_mr252._nk584._yx612 < _mr252._nk584._ox1400){ if ((_mr252._nk584._yx612 + _wo1183._db819) < _mr252._nk584._qq494){ _mr252._nk584._yx612 = (_mr252._nk584._qq494 - _wo1183._db819); } else { _local1 = (_mr252._nk584._yx612 + _wo1183._xo1294); _mr252._nk584._yx612 = ((_local1)>_mr252._nk584._ox1400) ? _mr252._nk584._ox1400 : _local1; }; } else { if ((_mr252._nk584._yx612 - _wo1183._db819) > _mr252._nk584._qq494){ _mr252._nk584._yx612 = (_mr252._nk584._qq494 + _wo1183._db819); } else { _local1 = (_mr252._nk584._yx612 - _wo1183._xo1294); _mr252._nk584._yx612 = ((_local1)>_mr252._nk584._ox1400) ? _local1 : _mr252._nk584._ox1400; }; }; }; if (_mr252._nk584._yn1256 != _mr252._nk584._ox1400){ if (_mr252._nk584._yn1256 < _mr252._nk584._ox1400){ if ((_mr252._nk584._yn1256 + _wo1183._db819) < _mr252._nk584._yx612){ _mr252._nk584._yn1256 = (_mr252._nk584._yx612 - _wo1183._db819); } else { _local1 = (_mr252._nk584._yn1256 + _wo1183._ts1400); _mr252._nk584._yn1256 = ((_local1)>_mr252._nk584._ox1400) ? _mr252._nk584._ox1400 : _local1; }; } else { if ((_mr252._nk584._yn1256 - _wo1183._db819) > _mr252._nk584._yx612){ _mr252._nk584._yn1256 = (_mr252._nk584._yx612 + _wo1183._db819); } else { _local1 = (_mr252._nk584._yn1256 - _wo1183._ts1400); _mr252._nk584._yn1256 = ((_local1)>_mr252._nk584._ox1400) ? _local1 : _mr252._nk584._ox1400; }; }; }; }; _mc664._rw1014(); } public static function _xu924():void{ if (--_mr252._nk584._uo1234 <= 0){ _mr252._bd86._ng409 = 0; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); }; _mc664._rw1014(); } } }//package game
Section 228
//_mr252 (game._mr252) package game { import flash.display.*; import game.struct.*; import flash.utils.*; public class _mr252 { public static var _wn1419:_ax762; public static var _xi312:int; public static var _cf809:Array; public static var _lg813:BitmapData; public static var _gt876:int; public static var _qu680:int; public static var _by842:Array; public static var _yr1366:_ax762; public static var _vt837:BitmapData; public static var _ub294:int; public static var _sd751:_ax762; public static var _eq532:_be1204; public static var _fq455:Array; public static var _px1049:int; public static var _pr387:Array; public static var _ke730:int; public static var _sr904:int; public static var _st1199:Array; public static var _ek1090:Array; public static var _uo238:int; public static var _fk1290:Array; public static var _jo1496:int; public static var _ok1529:int; public static var _lm270:Array; public static var _pf1362:_ax762; public static var _rj281:Array; public static var _ro737:Array; public static var _jb209:int; public static var _ik86:int; public static var _nq241:Array; public static var _an616:Array; public static var _eh994:_ax762; public static var _in612:int; public static var _vf1033:_ax762; public static var _so544:int; public static var _rq1031:ByteArray; public static var _us746:Array; public static var _cw159:Array; public static var _jw352:_ax762; public static var _ej818:int; public static var _jp604:int; public static var _hd1024:_ax762; public static var renderer:Bitmap; public static var _ly1383:Array; public static var _bf951:Array; public static var _qx530:Array; public static var _sg57:BitmapData; public static var _rx694:int; public static var _vl815:_ax762; public static var _vh339:Array; public static var _gi1206:int; public static var _uk1113:Array; public static var _qp1194:int; public static var _ju1460:Array; public static var _bn214:Array; public static var _ht1045:int; public static var _ar1350:int; public static var _bq729:_ax762; public static var _ow987:_ax762; public static var _dh876:Array; public static var _yn1521:int; public static var _jo787:Array; public static var _gd55:_ax762; public static var _ps1413:_ax762; public static var _ju1235:_ax762; public static var _vr1405:_xu1104; public static var _ds529:_ax762; public static var _vd1015:Array; public static var _fk522:_ax762; public static var _br1202:int; public static var _du1104:int; public static var _sx1236:Array; public static var _rf1336:int; public static var _rc361:_ax762; public static var _rx259:Array; public static var _ju1130:int; public static var _rw1139:Array; public static var _mu752:_ax762; public static var _ss973:int; public static var _gw1407:_ax762; public static var _rn1100:int; public static var _dg1083:_ax762; public static var _ro1140:Array; public static var current:BitmapData; public static var _ot1294:Array; public static var _rw188:int; public static var _py404:int; public static var _rp671:Array; public static var _om766:Array; public static var _mi322:Array; public static var _xn1494:Array; public static var _cb1545:Sprite; public static var mx:int; public static var _ae413:_ax762; public static var _pn426:Array; public static var _tj987:Array; public static var _yr949:int; public static var _rd126:int; public static var _kp498:BitmapData; public static var _rf553:int; public static var _hh1437:Array; public static var _pd1160:int; public static var _vv23:Array; public static var _tt784:_ax762; public static var _rf1268:Array; public static var _ql1117:int; public static var _xi41:int; public static var _nk584:_oy138; public static var _ha1374:Array; public static var _rp479:_ax762; public static var _ny1150:_ax762; public static var _gn780:int; public static var _fl322:_ax762; public static var _je373:int; public static var _wq810:Array; public static var _uj465:int; public static var _vn623:uint; public static var _cp179:_ax762; public static var _ua653:int; public static var _yf547:int; public static var _pp893:_be1204; public static var _qo364:int; public static var _wk1248:int; public static var _rf1178:int; public static var _dy1504:_ax762; public static var _cj1360:int; public static var _yh856:int; public static var _br1058:int; public static var _eb760:int; public static var _tx705:int; public static var _up1119:Array; public static var _xa199:_ax762; public static var _py124:_ax762; public static var _ap1270:int; public static var _lh392:int; public static var _tw625:Array; public static var _he207:_cs560; public static var _cu770:_ax762; public static var _ct686:int; public static var _tb972:int; public static var _rg468:Array; public static var _kk630:Array; public static var _ok199:_xu1104; public static var _yn182:Array; public static var _jt1085:int; public static var _su543:int; public static var _ji664:int; public static var _vs1097:int; public static var _bi307:int; public static var _qj1340:Array; public static var _ff1299:Array; public static var _xe36:int; public static var _ts174:int; public static var _tt1512:int; public static var _cc1090:int; public static var _nl147:Sprite; public static var _ih1235:Array; public static var _fi11:Array; public static var _it511:int; public static var _bb811:Array; public static var _ho395:Array; public static var _np521:int; public static var _ji215:_ax762; public static var _an1007:int; public static var _io1330:_ax762; public static var _jp1205:_ax762; public static var _wa1488:int; public static var _on274:_mf1306; public static var _fc361:int; public static var _cj119:_ax762; public static var _pi985:_ax762; public static var _wu908:Sprite; public static var _lw451:int; public static var _hw1159:Array; public static var _cg1208:Array; public static var _ji471:int; public static var _ld1161:Array; public static var _gp345:int; public static var _vv1543:Array; public static var _pr455:Array; public static var _yj1446:_ax762; public static var _hh679:_ax762; public static var _jk429:_ax762; public static var _bd86:_mf1306; public static var _tm46:int; public static var _ej1486:Sprite; public static var _cy616:_oy138; public static var _jp1355:int; public static var _fp203:int; public static var _as1402:Array; public static var _ri1321:int; public static var _si294:_ax762; public static var _as124:Array; public static var _gk1433:_ax762; public static var _cx895:int; public static var _kp1422:Array; public static var _ly1420:Array; public static var _gs645:Array; public static var _rx615:Array; public static var _fg403:Array; public static var _mn118:int; public static var _rn955:int; public static var _da389:_ax762; public static var _la1434:Array; public static var _jy831:Array; public static var _uc369:int; public static var _jv204:int; public static var _rc609:BitmapData; public static var _kq1368:Array; public static var _ab833:int; public static var _rn600:Array; public static var _au560:BitmapData; public static var _nl1221:Array; public static var _nc1309:_ax762; public static function _vd585():void{ var _local1:int; _mr252._nq241 = new Array(_wo1183._et1027); _local1 = 0; while (_local1 < _wo1183._et1027) { _mr252._nq241[_local1] = new _pq1047(); _local1++; }; _mr252._vh339 = new Array(_wo1183._my286); _mr252._ld1161 = new Array(_wo1183._ea208); _mr252._cf809 = new Array(6); _mr252._as124 = new Array(6); _mr252._an616 = new Array(6); _mr252._st1199 = new Array(6); _mr252._yn182 = new Array(_wo1183._hb197); _mr252._ih1235 = new Array(_wo1183._hb197); _mr252._cf809[0] = 120; _mr252._cf809[1] = 110; _mr252._cf809[2] = 100; _mr252._cf809[3] = 90; _mr252._cf809[4] = 80; _mr252._cf809[5] = 70; _mr252._as124[0] = 15; _mr252._as124[1] = 20; _mr252._as124[2] = 25; _mr252._as124[3] = 30; _mr252._as124[4] = 35; _mr252._as124[5] = 45; _mr252._an616[0] = 165; _mr252._an616[1] = 145; _mr252._an616[2] = 125; _mr252._an616[3] = 105; _mr252._an616[4] = 85; _mr252._an616[5] = 65; _mr252._st1199[0] = 100; _mr252._st1199[1] = 120; _mr252._st1199[2] = 140; _mr252._st1199[3] = 160; _mr252._st1199[4] = 180; _mr252._st1199[5] = 200; _mr252._yn182[0] = _wo1183._li1535; _mr252._yn182[1] = _wo1183._ap579; _mr252._yn182[2] = _wo1183._pp1496; _mr252._yn182[3] = _wo1183._le909; _mr252._yn182[4] = _wo1183._ei1212; _mr252._yn182[5] = _wo1183._oi569; _mr252._yn182[6] = _wo1183._wv384; _mr252._ih1235[0] = _wo1183._bp947; _mr252._ih1235[1] = _wo1183._ia307; _mr252._ih1235[2] = _wo1183._ig1312; _mr252._ih1235[3] = _wo1183._qd242; _mr252._ih1235[4] = _wo1183._bl91; _mr252._ih1235[5] = _wo1183._jc1175; _mr252._ih1235[6] = _wo1183._wo848; _mr252._he207 = new _cs560(); _mr252._ha1374 = new Array((_wo1183._wy934 * 2)); _local1 = 0; while (_local1 < (_wo1183._wy934 * 2)) { _mr252._ha1374[_local1] = new _hw803(); _local1++; }; _mr252._rj281 = new Array((_wo1183._ma104 * 2)); _local1 = 0; while (_local1 < (_wo1183._ma104 * 2)) { _mr252._rj281[_local1] = new _hw803(); _local1++; }; _mr252._wq810 = new Array((_wo1183._mb633 * 2)); _local1 = 0; while (_local1 < (_wo1183._mb633 * 2)) { _mr252._wq810[_local1] = new _hw803(); _local1++; }; _mr252._gs645 = new Array((_wo1183._mb633 * 2)); _local1 = 0; while (_local1 < (_wo1183._mb633 * 2)) { _mr252._gs645[_local1] = new _hw803(); _local1++; }; _mr252._vr1405 = new _xu1104(); _mr252._ok199 = _mr252._vr1405; _mr252._ju1130 = 0; _mr252._gn780 = 319; _mr252._lw451 = 0; _mr252._an1007 = 199; _mr252._wa1488 = 0; _mr252._uo238 = 0; _mr252._ji664 = 0; _mr252._je373 = 0; _mr252._cy616 = new _oy138(); _mr252._on274 = new _mf1306(); _mr252._ly1383 = new Array(_wo1183._ei1492); _local1 = 0; while (_local1 < _wo1183._ei1492) { _mr252._ly1383[_local1] = new _yl295(); _local1++; }; _mr252._eq532 = new _be1204(); _mr252._ly1420 = new Array(_wo1183._nh560); _local1 = 0; while (_local1 < _wo1183._nh560) { _mr252._ly1420[_local1] = new _sb1503(); _local1++; }; _mr252._kp1422 = new Array(_wo1183._uy1045); _local1 = 0; while (_local1 < _wo1183._uy1045) { _mr252._kp1422[_local1] = new _ld1135(); _local1++; }; _mr252._pr455 = new Array(4); _mr252._vd1015 = new Array(4); _mr252._qj1340 = new Array(4); _mr252._fg403 = new Array(4); _mr252._by842 = new Array((_wo1183._si492 * _wo1183._bd1267)); _local1 = 0; while (_local1 < (_wo1183._si492 * _wo1183._bd1267)) { _mr252._by842[_local1] = new _sg498(); _local1++; }; _mr252._lm270 = new Array(_wo1183._jo561); _local1 = 0; while (_local1 < _wo1183._jo561) { _mr252._lm270[_local1] = new _kg808(); _local1++; }; _mr252._ot1294 = new Array(_wo1183._ea208); _mr252._rn600 = new Array(_wo1183._mw112); _local1 = 0; while (_local1 < _wo1183._mw112) { _mr252._rn600[_local1] = new _js680(); _local1++; }; _mr252._ff1299 = new Array(_wo1183._nx1050); _local1 = 0; while (_local1 < _wo1183._nx1050) { _mr252._ff1299[_local1] = new _kf531(); _local1++; }; _mr252._rx694 = 0; _mr252._cw159 = new Array(_wo1183._em758); _local1 = 0; while (_local1 < _wo1183._em758) { _mr252._cw159[_local1] = new _si999(); _local1++; }; _mr252._ro1140 = new Array(_wo1183._le1418); _local1 = 0; while (_local1 < _wo1183._le1418) { _mr252._ro1140[_local1] = new _ch1445(); _local1++; }; _mr252._rd126 = 0; } } }//package game
Section 229
//_na1138 (game._na1138) package game { import game.struct.*; public class _na1138 { public static function _jr365(_arg1:int, _arg2:int, _arg3:int, _arg4:int):void{ var _local6:_js680; var _local5:int; if (_mr252._ap1270 < _wo1183._mw112){ _mr252._ts174 = (0 + _mr252._ap1270); _local6 = _mr252._rn600[_mr252._ts174]; _local6._ox1400 = _arg1; _local6._ca1445 = _arg2; _local6._lu1261 = _wo1183._no1306; _local6._bi204 = _wo1183._ec276; _local5 = _kd1133._bn641(); if ((_local5 & 0x0100) != 0){ _local6._lu1261 = -(_local6._lu1261); }; _local6._at673 = _arg3; _local6._ms1332 = 0; _local6._ej1325 = _mr252._ld1161[_arg4][0]; _local6._dm501 = (2 + int((_mr252._ql1117 / 20))); _local6._cd1077 = 0; if (_arg4 != (_wo1183._so1472 - 1)){ _local6._ae1422 = 0; } else { _local6._ae1422 = 1; }; _kd1133._np1547(_wo1183._sm651); _mr252._ap1270++; }; } public static function _ay1393():void{ var _local2:_js680; var _local3:int; var _local4:int; var _local1:int; if (_mr252._ke730 != 0){ if (_mr252._so544 > 0){ _mr252._so544--; }; _local1 = _kd1133._ei636(0, 7); _local2 = _mr252._rn600[_mr252._ts174]; switch (_local1){ case 7: _mr252._it511 = 1; _tn1406._um238((16 - 1), 0, _local2._ox1400, _local2._ca1445); break; case 5: _tn1406._um238((28 - 1), 0, _local2._ox1400, _local2._ca1445); break; case 2: case 3: case 4: _tn1406._um238((2 - 1), 0, _local2._ox1400, _local2._ca1445); break; }; }; _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._wk183 << _mr252._nk584._ir415)); if (_mr252._ht1045 != --_mr252._ap1270){ _local3 = _mr252._ap1270; _local4 = _mr252._ts174; while (_local4 < _local3) { _mr252._rn600[_local4].copy(_mr252._rn600[int((_local4 + 1))]); _local4++; }; }; _mr252._ht1045--; } public static function _ht404():void{ var _local2:int; var _local3:_js680; var _local4:Boolean; var _local5:_pq1047; var _local1:int; _mr252._pr455[0] = _mr252._nk584._ox1400; _mr252._pr455[1] = _mr252._nk584._ca1445; _xk1459._gj514(_mr252._pr455, _mr252._nk584._pg1451); _mr252._ts174 = 0; _mr252._ht1045 = 0; for (;_mr252._ht1045 < _mr252._ap1270;_mr252._ht1045++) { _local3 = _mr252._rn600[_mr252._ts174]; _local3._ox1400 = (_local3._ox1400 + _local3._lu1261); _local3._ca1445 = (_local3._ca1445 + _local3._bi204); if (--_local3._at673 <= 0){ _local1 = _kd1133._bn641(); if (_local1 < 0){ _local1 = -(_local1); }; _local3._at673 = (_local1 >> int((16 - _wo1183._sk657))); if ((_mr252._du1104 & 32) != 0){ _local3._lu1261 = -(_local3._lu1261); } else { if ((_mr252._du1104 & 8) != 0){ _local3._bi204 = -(_local3._bi204); }; }; if (_mr252._ke730 != 0){ _tn1406._um238((2 - 1), 0, _local3._ox1400, _local3._ca1445); }; }; if (--_local3._ms1332 <= 0){ _local3._ej1325 = _local3._ej1325.next; _local3._ms1332 = _local3._ej1325._pk1540; }; _mr252._qj1340[0] = _local3._ox1400; _mr252._qj1340[1] = _local3._ca1445; _xk1459._ud760(_mr252._qj1340, _local3._ej1325); if (((!((_local3._cd1077 == 0))) && ((_local3._dm501 <= 0)))){ _na1138._rs609(); } else { if ((((_mr252._qj1340[0] <= _wo1183._dh471)) && ((_local3._lu1261 < 0)))){ _local3._lu1261 = -(_local3._lu1261); }; if ((((_mr252._qj1340[2] >= _wo1183._lc523)) && ((_local3._lu1261 > 0)))){ _local3._lu1261 = -(_local3._lu1261); }; if ((((_mr252._qj1340[1] <= _wo1183._xv1028)) && ((_local3._bi204 < 0)))){ _local3._bi204 = -(_local3._bi204); }; if (_mr252._ke730 != 0){ _local2 = (_wo1183._oo990 - 48); } else { _local2 = _wo1183._oo990; }; if ((((_mr252._qj1340[3] >= _local2)) && ((_local3._bi204 > 0)))){ _local3._bi204 = -(_local3._bi204); }; if (_xk1459._lr390(_mr252._pr455, _mr252._qj1340) != 0){ if (_local3._ae1422 != 0){ if (_mr252._bd86._br69 == 0){ _tn1406._dk1516(1); }; if (_mr252._nk584._ns569 >= 0){ _na1138._rs609(); continue; }; //unresolved jump }; _na1138._rs609(); } else { _local4 = false; _mr252._vd1015[0] = _mr252._nk584._qq494; _mr252._vd1015[1] = _mr252._nk584._ca1445; _xk1459._gj514(_mr252._vd1015, _mr252._dy1504); if (_xk1459._lr390(_mr252._vd1015, _mr252._qj1340) != 0){ _local4 = true; } else { _mr252._vd1015[0] = _mr252._nk584._yx612; _mr252._vd1015[1] = _mr252._nk584._ca1445; _xk1459._gj514(_mr252._vd1015, _mr252._dy1504); if (_xk1459._lr390(_mr252._vd1015, _mr252._qj1340) != 0){ _local4 = true; } else { _mr252._vd1015[0] = _mr252._nk584._yn1256; _mr252._vd1015[1] = _mr252._nk584._ca1445; _xk1459._gj514(_mr252._vd1015, _mr252._dy1504); if (_xk1459._lr390(_mr252._vd1015, _mr252._qj1340) != 0){ _local4 = true; }; }; }; if ((((_mr252._bd86._lk60 == 0)) || (!(_local4)))){ _local5 = _mr252._nq241[_mr252._gi1206]; _local5._we332 = 0; _local5._wr219 = _local3._ej1325; _local5._fq357 = _local3._ox1400; _local5._uq423 = _local3._ca1445; _mr252._gi1206++; _mr252._ts174++; } else { _na1138._rs609(); }; }; }; }; } public static function _mv1494():void{ var _local2:int; var _local3:int; var _local4:_ax762; var _local1:int; if (_mr252._ke730 != 0){ if ((_mr252._so544 - _mr252._ap1270) <= 0){ if (_mr252._ap1270 > 0){ _na1138._ht404(); }; return; }; _local3 = (11 * _wo1183._wc963); _local4 = _mr252._mi322[0]; } else { _local3 = (11 * _wo1183._vd191); _local4 = _mr252._qx530[0]; }; if (_mr252._br1202 == _local3){ _vn627._ve929(_wo1183._ut1297, _wo1183._ul872, 0, 0, _local4, _wo1183._gd620); }; if (--_mr252._br1202 <= 0){ _mr252._br1202 = _mr252._fp203; if (_mr252._ab833 >= _wo1183._ea208){ _mr252._ab833 = (_mr252._ab833 - _wo1183._ea208); }; _local1 = _kd1133._bn641(); if (_local1 < 0){ _local1 = -(_local1); }; _local2 = _mr252._ot1294[int(_mr252._ab833++)]; if (_mr252._ke730 != 0){ _local2 = (_local1 & int((_wo1183._ea208 - 1))); _tn1406._um238((2 - 1), 0, 160, 32); if (_local2 == 5){ _local2 = 0; }; }; if (_local2 > (_wo1183._ea208 - 1)){ _local2 = (_wo1183._ea208 - 1); }; _na1138._jr365(_wo1183._mg240, _wo1183._rj1488, (_local1 >> int((16 - _wo1183._sk657))), _local2); }; if (_mr252._ap1270 > 0){ _na1138._ht404(); }; } public static function _rs609():void{ _vn627._ve929((int((_mr252._qj1340[0] + _mr252._qj1340[2])) >> 1), (_wo1183._vp809 + (int((_mr252._qj1340[1] + _mr252._qj1340[3])) >> 1)), _mr252._rn600[_mr252._ts174]._lu1261, _mr252._rn600[_mr252._ts174]._bi204, _mr252._uk1113[0], _wo1183._gd620); _na1138._ay1393(); } } }//package game
Section 230
//_nr86 (game._nr86) package game { import game.struct.*; public class _nr86 { public static function _ht1153():void{ _mr252._pp893._gb713 = _wo1183._wx1529; _mr252._pp893._wf1000 = _wo1183._lm391; _kd1133._gd431(_mr252._pp893._gb713, _mr252._pp893._wf1000); _kd1133._lc1149(_mr252._pp893._ox1400, _mr252._jp604); } public static function _et761():void{ _mr252._pp893._gk199 = _wo1183._xm602; _mr252._pp893._wr415 = _wo1183._nk648; _kd1133._gs968(_mr252._pp893._gk199, _mr252._pp893._wr415); _kd1133._lc1149(_mr252._cx895, _mr252._pp893._ca1445); } public static function _cj464():void{ var _local1:_ax762; _local1 = _mr252._jp1205; _mr252._nq241[_mr252._gi1206]._we332 = 0; _mr252._nq241[_mr252._gi1206]._wr219 = _local1; _mr252._nq241[_mr252._gi1206]._fq357 = _mr252._pp893._ox1400; _mr252._nq241[_mr252._gi1206]._uq423 = _mr252._pp893._ca1445; _mr252._pp893._pg1451 = _mr252._nq241[_mr252._gi1206]._wr219; _mr252._gi1206++; } public static function _gk1466():void{ if (_mr252._cc1090 == 0){ _mr252._pp893._md1446 = _mr252._pp893._ca1445; _mr252._pp893._ox1400 = _mr252._cx895; _mr252._pp893._ca1445 = _mr252._jp604; }; _nr86._cj464(); } } }//package game
Section 231
//_qx763 (game._qx763) package game { import flash.display.*; import game.struct.*; import flash.geom.*; public class _qx763 { public static function _xu379(_arg1:int, _arg2:int, _arg3:int):void{ var _local4:uint = (_wo1183._fk1260 + (_arg1 << _wo1183._ea850)); var _local5:uint = (_wo1183._vy569 + (int((_arg2 / _wo1183._si492)) << _wo1183._fx19)); _qx763._mg385(_mr252._rx259[(_arg3 - 1)], _mr252._au560, _local4, _local5); _qx763._mg385(_mr252._rx259[(_arg3 - 1)], _mr252._sg57, _local4, _local5); } public static function _bn1227(_arg1:int):void{ var _local4:*; var _local2 = 16; var _local3:_ax762 = _mr252._ju1460[_arg1]; do { _local4 = 0; do { _qx763._mg385(_local3, _mr252.current, _local4, _local2); _local4 = (_local4 + _local3._yq1225); } while (_local4 < 320); _local2 = (_local2 + _local3._pg1479); } while (_local2 < 240); } public static function _np115(_arg1:String, _arg2:int, _arg3:int, _arg4:int, _arg5:int, _arg6:int):void{ var _local7:int; var _local11:_ax762; var _local8:int = _arg2; var _local9:String = irrcrpt("CBcb21. \n", 2); var _local10:int; for (;_local10 < _arg1.length;_local10++) { _local11 = null; _local7 = _arg1.charCodeAt(_local10); if ((((_local7 >= _local9.charCodeAt(0))) && ((_local7 <= _local9.charCodeAt(1))))){ _local11 = _mr252._xn1494[int(((_mr252._fc361 + _local7) - _local9.charCodeAt(0)))]; } else { if ((((_local7 >= _local9.charCodeAt(2))) && ((_local7 <= _local9.charCodeAt(3))))){ _local11 = _mr252._dh876[int(((_mr252._tt1512 + _local7) - _local9.charCodeAt(2)))]; } else { if ((((_local7 >= _local9.charCodeAt(4))) && ((_local7 <= _local9.charCodeAt(5))))){ _local11 = _mr252._kk630[int(((_mr252._jv204 + _local7) - _local9.charCodeAt(4)))]; } else { if (_local7 == _local9.charCodeAt(6)){ _local11 = _mr252._xn1494[int((_mr252._fc361 + 26))]; } else { switch (_local7){ case _local9.charCodeAt(7): _local11 = _mr252._xn1494[int((_mr252._fc361 + 0))]; _arg2 = (_arg2 + _arg4); if (_arg6 != 0){ _arg2 = (_arg2 + _local11._yq1225); }; continue; case _local9.charCodeAt(8): if (_arg6 != 0){ _local11 = _mr252._xn1494[int((_mr252._fc361 + 0))]; _arg3 = (_arg3 + _local11._pg1479); }; _arg2 = _local8; _arg3 = (_arg3 + _arg5); continue; default: continue; }; }; }; }; }; _qx763._mg385(_local11, _mr252.current, _arg2, _arg3); _arg2 = (_arg2 + _arg4); if (_arg6 != 0){ _arg2 = (_arg2 + _local11._yq1225); }; }; } public static function _fi1114(_arg1:BitmapData, _arg2:BitmapData, _arg3:int, _arg4:int, _arg5:int, _arg6:int):void{ _arg2.copyPixels(_arg1, new Rectangle(_arg3, _arg4, ((_arg5 - _arg3) + 1), ((_arg6 - _arg4) + 1)), new Point(_arg3, _arg4)); } public static function _gk427(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:int):void{ var _local6:uint = (_wo1183._fk1260 + (_arg2 << _wo1183._ea850)); var _local7:uint = (_wo1183._vy569 + (int((_arg3 / _wo1183._si492)) << _wo1183._fx19)); _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._br189 << _mr252._nk584._ir415)); _qx763._fi1114(_mr252._vt837, _mr252._au560, _local6, _local7, ((_local6 - 1) + (1 << _wo1183._ea850)), ((_local7 - 1) + (1 << _wo1183._fx19))); if (_mr252._ro1140[_mr252._rd126].type != _wo1183._gs1295){ if ((((_arg4 == 0)) && ((_arg5 == 0)))){ _arg4 = -1; _arg5 = -1; if ((_mr252._du1104 & 8) != 0){ _arg4 = -(_arg4); }; }; _vn627._ve929(_local6, _local7, _arg4, _arg5, _mr252._rx259[int((_mr252._vn623 - 1))], (_wo1183._ni162 | _wo1183._ta812)); }; if ((((_mr252._vn623 >= _wo1183._wy1360)) && ((_mr252._vn623 <= _wo1183._nt1394)))){ if (_mr252._by842[int((_arg1 + _arg2))]._ms472 != 0){ _tn1406._um238((_mr252._by842[int((_arg1 + _arg2))]._ms472 - 1), _mr252._by842[int((_arg1 + _arg2))]._bo1319, (_local6 + (1 << int((_wo1183._ea850 - 1)))), (_local7 + (1 << int((_wo1183._fx19 - 1))))); }; }; _mr252._by842[int((_arg1 + _arg2))]._en334 = 0; if ((((_mr252._vn623 >= _wo1183._uf793)) && ((_mr252._vn623 <= _wo1183._ql321)))){ _mr252._so544--; }; } public static function _mg385(_arg1:_ax762, _arg2:BitmapData, _arg3:int, _arg4:int):void{ _arg3 = (_arg3 + _arg1._ol1510); _arg4 = (_arg4 + _arg1._ey1021); var _local5:BitmapData = _arg1._ik315; _arg2.copyPixels(_local5, new Rectangle(0, 0, _local5.width, _local5.height), new Point(_arg3, _arg4), _local5, new Point(0, 0), true); } public static function _qn1018(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:int, _arg6:int, _arg7:int):void{ var _local8:String = _arg6.toString(); var _local9:int = _local8.length; while (_local9 < _arg5) { _local8 = ("0" + _local8); _local9++; }; _qx763._np115(_local8, _arg1, _arg2, _arg3, _arg4, _arg7); } public static function _sm1113():void{ var _local1:BitmapData = _mr252.current; _mr252._kk630 = _mr252._rg468; _mr252._jv204 = 0; if (_mr252._ok199._iq1552 != _mr252._ok199._iu81){ _mr252._ok199._iu81 = _mr252._ok199._iq1552; _mr252.current = _mr252._au560; _qx763._qn1018(_wo1183._ku392, _wo1183._gk1140, _wo1183._sp311, 0, _wo1183._wt1106, _mr252._ok199._iq1552, 0); _qx763._fi1114(_mr252._au560, _mr252._sg57, _wo1183._ku392, _wo1183._gk1140, _wo1183._ay811, _wo1183._mv1447); }; if (_mr252._ok199._cd1264 != _mr252._ok199._ur131){ _mr252._ok199._ur131 = _mr252._ok199._cd1264; _mr252.current = _mr252._au560; _qx763._qn1018(_wo1183._fj1482, _wo1183._dk1383, _wo1183._sp311, 0, _wo1183._pg93, _mr252._ok199._cd1264, 0); _qx763._fi1114(_mr252._au560, _mr252._sg57, _wo1183._fj1482, _wo1183._dk1383, _wo1183._rv1104, _wo1183._ml1394); }; _mr252.current = _local1; } public static function _yh171():void{ var _local2:int; var _local3:int; var _local4:BitmapData; var _local5:_ax762; _mr252._gi1206 = 0; var _local1:int = _mr252._gi1206; var _local6:_pq1047 = _mr252._nq241[_local1]; while (_local6._we332 != _wo1183._sf514) { _local5 = _local6._wr219; _local2 = (_local6._fq357 + _local5._ol1510); _local3 = (_local6._uq423 + _local5._ey1021); _local4 = _local5._ik315; _mr252.current.copyPixels(_local4, new Rectangle(0, 0, _local4.width, _local4.height), new Point(_local2, _local3), _local4, new Point(0, 0), true); _local1++; _local6 = _mr252._nq241[_local1]; }; } public static function _vf1427():void{ var _local1:BitmapData = _mr252.current; _mr252.current = _mr252._au560; var _local2:int = (_wo1183._co1062 - (int((_wo1183._co1062 * _mr252._ok199._km1212)) / _wo1183._qo839)); var _local3:int = (_wo1183._co1062 - (int((_wo1183._co1062 * _mr252._rn1100)) / _mr252._st1199[int((_mr252._jp1355 - 1))])); if (_local2 > 0){ _mr252.current.fillRect(new Rectangle(((_wo1183._tx791 + _wo1183._co1062) - _local2), _wo1183._ku1140, _local2, _wo1183._an1018), 0); }; if (_local3 > 0){ _mr252.current.fillRect(new Rectangle(((_wo1183._qm974 + _wo1183._co1062) - _local3), _wo1183._ku1140, _local3, _wo1183._an1018), 0); }; _mr252.current = _local1; } public static function _yy11():void{ _mr252._kk630 = _mr252._rg468; _mr252._jv204 = 0; _mr252._ok199._ur131 = -1; _mr252._ok199._iu81 = -1; _mr252.current = _mr252._au560; _qx763._qn1018(_wo1183._ku392, _wo1183._gk1140, _wo1183._sp311, 0, _wo1183._wt1106, _mr252._ok199._iq1552, 0); _qx763._qn1018(_wo1183._fj1482, _wo1183._dk1383, _wo1183._sp311, 0, _wo1183._pg93, _mr252._ok199._cd1264, 0); _mr252._sg57.copyPixels(_mr252._au560, new Rectangle(0, 0, _mr252._au560.width, _mr252._au560.height), new Point(0, 0)); _mr252.current = _mr252._sg57; } } }//package game
Section 232
//_rf424 (game._rf424) package game { import game.struct.*; public class _rf424 { public static function _xj559():void{ if ((((_mr252._nk584._go1473 == 0)) && (!((_mr252._bd86._im989 == 0))))){ if (_mr252._tx705 < _mr252._nk584._no368){ if (((((!((_mr252._vs1097 == _mr252._eb760))) && (!(((_mr252._eb760 & _wo1183._rb758) == 0))))) || (!((_mr252._bd86._br69 == 0))))){ _rf424._pu736(_mr252._nk584._jh518, _mr252._nk584._sm379, _mr252._nk584._ox1400, _mr252._nk584._ca1445); _mr252._nk584._go1473 = _mr252._nk584._jx1396; }; }; } else { _mr252._nk584._go1473--; }; if (_mr252._tx705 > 0){ _rf424._ou618(); }; } public static function _dk563():void{ var _local1:int; var _local2:int; if (_mr252._ej818 != --_mr252._tx705){ _local1 = _mr252._tx705; _local2 = _mr252._rd126; while (_local2 < _local1) { _mr252._ro1140[_local2].copy(_mr252._ro1140[int((_local2 + 1))]); _local2++; }; }; _mr252._ej818--; } public static function _pu736(_arg1:int, _arg2:int, _arg3:int, _arg4:int):void{ var _local6:_ch1445; var _local5:_ax762; if (_mr252._tx705 < _wo1183._le1418){ _mr252._rd126 = _mr252._tx705; _local6 = _mr252._ro1140[_mr252._rd126]; _local6._ox1400 = _arg3; _local6._ca1445 = _arg4; _local6._bi204 = _arg2; _local6.type = _arg1; switch (_arg1){ case _wo1183._dx1413: _local5 = _mr252._pi985; _kd1133._np1547(_wo1183._ch1061); break; case _wo1183._uh824: _local5 = _mr252._xa199; _kd1133._np1547(_wo1183._xe124); break; case _wo1183._gs1295: _local5 = _mr252._pf1362; _kd1133._np1547(_wo1183._aw11); break; }; _local6._ej1325 = _local5; _mr252._tx705++; }; } public static function _ou618():void{ var _local1:int; var _local2:int; var _local3:int; var _local4:int; var _local5:_ax762; var _local6:_ch1445; var _local7:_js680; var _local8:Boolean; var _local9:_pq1047; var _local10:Array; var _local11:int; _mr252._rd126 = 0; _mr252._ej818 = 0; while (_mr252._ej818 < _mr252._tx705) { _local6 = _mr252._ro1140[_mr252._rd126]; _mr252._ro1140[_mr252._rd126]._ca1445 = (_local6._ca1445 + _local6._bi204); _mr252._ds529 = _local6._ej1325; _mr252._pr455[0] = _local6._ox1400; _mr252._pr455[1] = _local6._ca1445; _xk1459._ud760(_mr252._pr455, _mr252._ds529); if ((((((((_mr252._pr455[2] > _wo1183._nj807)) || ((_mr252._pr455[0] < _wo1183._vo1476)))) || ((_mr252._pr455[3] > _wo1183._ak1232)))) || ((_mr252._pr455[1] < _wo1183._qx827)))){ _local10 = _mr252._pr455; if (_local6.type == _wo1183._gs1295){ _vn627._ve929((int((_mr252._pr455[0] + _mr252._pr455[2])) >> 1), (int((_mr252._pr455[1] + _mr252._pr455[3])) >> 1), 0, 0, _mr252._uk1113[0], _wo1183._gd620); } else { _vn627._ve929((int((_mr252._pr455[0] + _mr252._pr455[2])) >> 1), 24, 0, 0, _mr252._bf951[0], _wo1183._gd620); }; _rf424._dk563(); } else { _mr252._ts174 = 0; _local8 = false; _mr252._ht1045 = 0; while (_mr252._ht1045 < _mr252._ap1270) { _local7 = _mr252._rn600[_mr252._ts174]; _mr252._vd1015[0] = _local7._ox1400; _mr252._vd1015[1] = _local7._ca1445; _xk1459._gj514(_mr252._vd1015, _local7._ej1325); if (_xk1459._lr390(_mr252._pr455, _mr252._vd1015) != 0){ _local7._cd1077 = 1; if (_local6.type == _wo1183._gs1295){ _local7._dm501 = 0; } else { if (_local6.type == _wo1183._uh824){ _local7._dm501 = (_local7._dm501 - _wo1183._ls1175); } else { _local7._dm501 = (_local7._dm501 - _wo1183._tc1535); }; }; if (_local7._dm501 <= 0){ _local7._bi204 = (_local7._bi204 + (_local6._bi204 >> 1)); }; if (_local6.type != _wo1183._gs1295){ _vn627._ve929((int((_mr252._pr455[0] + _mr252._pr455[2])) >> 1), (int((_mr252._pr455[1] + _mr252._pr455[3])) >> 1), 0, 0, _mr252._cg1208[0], _wo1183._gd620); _rf424._dk563(); _local8 = true; break; }; }; _mr252._ts174++; _mr252._ht1045++; }; if (_local8){ } else { _local1 = (int((_mr252._pr455[1] + _mr252._pr455[3])) >> 1); if ((((_local1 >= _wo1183._vy569)) && ((_local1 <= (_wo1183._vy569 + (_wo1183._bd1267 << _wo1183._fx19)))))){ //unresolved if _local11 = 0; _local2 = (int((_mr252._pr455[0] - _wo1183._fk1260)) >> _wo1183._ea850); _local3 = (int((_mr252._pr455[2] - _wo1183._fk1260)) >> _wo1183._ea850); _local4 = ((int((_local1 - _wo1183._vy569)) >> _wo1183._fx19) * _wo1183._si492); if (_local2 < 0){ _local2 = 0; }; if (_local3 > (_wo1183._si492 - 1)){ _local3 = (_wo1183._si492 - 1); }; if (_local4 > ((_wo1183._bd1267 - 1) * _wo1183._si492)){ _local4 = ((_wo1183._bd1267 - 1) * _wo1183._si492); }; _local11 = (_local11 + _local4); _local1 = _local2; while (_local1 <= _local3) { _mr252._vn623 = _mr252._by842[int((_local11 + _local1))]._en334; if (_mr252._vn623 == _wo1183._hp1445){ _local6._ox1400 = (_local6._ox1400 + (_mr252._in612 - _mr252._ct686)); _local6._ca1445 = (_local6._ca1445 + ((_mr252._rf1336 - _mr252._ri1321) - (1 << _wo1183._fx19))); _local1 = _local3; } else { if (_mr252._vn623 == _wo1183._ao78){ _local6._ox1400 = (_local6._ox1400 + (_mr252._ct686 - _mr252._in612)); _local6._ca1445 = (_local6._ca1445 + ((_mr252._ri1321 - _mr252._rf1336) - (1 << _wo1183._fx19))); _local1 = _local3; } else { if (((!((_mr252._vn623 == 0))) && ((_local6.type == _wo1183._gs1295)))){ _qx763._gk427(_local11, _local1, _local4, 0, _local6._bi204); } else { if ((((_mr252._vn623 >= _wo1183._uf793)) && ((_mr252._vn623 <= _wo1183._ql321)))){ if ((((((((_mr252._vn623 >= _wo1183._ev1481)) && ((_mr252._vn623 <= _wo1183._ls1426)))) || ((((_mr252._vn623 >= _wo1183._pe222)) && ((_mr252._vn623 <= _wo1183._ki428)))))) || ((((_mr252._vn623 >= _wo1183._jk1288)) && ((_mr252._vn623 <= _wo1183._mu1332)))))){ _qx763._gk427(_local11, _local1, _local4, 0, _local6._bi204); } else { _mr252._vn623 = (_mr252._vn623 - 16); _mr252._by842[int((_local11 + _local1))]._en334 = _mr252._vn623; _qx763._xu379(_local1, _local4, _mr252._vn623); }; _local5 = _mr252._cg1208[0]; _vn627._ve929(((_wo1183._fk1260 + (_local1 << _wo1183._ea850)) + (1 << int((_wo1183._ea850 - 1)))), ((_wo1183._vy569 + (int((_local4 / _wo1183._si492)) << _wo1183._fx19)) + (1 << int((_wo1183._fx19 - 1)))), 0, 0, _local5, _wo1183._gd620); _rf424._dk563(); _local8 = true; break; } else { if ((((_mr252._vn623 >= _wo1183._tl272)) && ((_mr252._vn623 <= _wo1183._nw528)))){ if ((((_mr252._vn623 >= _wo1183._ut990)) && ((_mr252._vn623 <= _wo1183._mr1385)))){ _kd1133._et739(_wo1183._xk499, _wo1183._tt706); _mr252._it511 = 1; _tn1406._dk1516(22); _local5 = _mr252._bf951[0]; } else { if ((((_mr252._vn623 >= _wo1183._gw1190)) && ((_mr252._vn623 <= _wo1183._mn375)))){ _kd1133._et739(_wo1183._xd1528, _wo1183._go1043); if (--_mr252._by842[int((_local11 + _local1))]._ms472 == 0){ _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._dq830 << _mr252._nk584._ir415)); _fo658._lp419(_mr252._vn623, (_local1 + _local4)); _qx763._gk427(_local11, _local1, _local4, 0, _local6._bi204); }; _local5 = _mr252._cg1208[0]; } else { _kd1133._et739(_wo1183._dd1120, _wo1183._qw1013); _local5 = _mr252._bf951[0]; }; }; _vn627._ve929(((_wo1183._fk1260 + (_local1 << _wo1183._ea850)) + (1 << (_wo1183._ea850 - 1))), ((_wo1183._vy569 + (int((_local4 / _wo1183._si492)) << _wo1183._fx19)) + (1 << int((_wo1183._fx19 - 1)))), 0, 0, _local5, _wo1183._gd620); _rf424._dk563(); _local8 = true; break; }; }; }; }; }; _local1++; }; //unresolved if } else { _local9 = _mr252._nq241[_mr252._gi1206]; _local9._we332 = 0; _local9._wr219 = _local6._ej1325; _local9._fq357 = _local6._ox1400; _local9._uq423 = _local6._ca1445; _mr252._gi1206++; _mr252._rd126++; }; }; }; _mr252._ej818++; }; } } }//package game
Section 233
//_tn1406 (game._tn1406) package game { import game.struct.*; import flash.geom.*; public class _tn1406 { public static function _um238(_arg1:int, _arg2:int, _arg3:int, _arg4:int):void{ var _local5:_yl295; var _local6:int; var _local7:int; if ((((_mr252._rw188 < _wo1183._ei1492)) && ((_arg1 < _wo1183._my286)))){ _mr252._su543 = _mr252._rw188; _local5 = _mr252._ly1383[_mr252._su543]; _local5._ox1400 = _arg3; _local5._ca1445 = _arg4; _local5._ej1325 = _mr252._vh339[_arg1][0]; _local5._ms1332 = 0; _local5._ja339 = _arg2; _local5._al617 = _arg1; _kd1133._np1547(_wo1183._lc1342); _mr252._rw188++; _local6 = _mr252._rw188; _local7 = 0; }; } public static function _gy585():void{ _kd1133._np1547(_wo1183._ls1302); _mr252._bd86._ng409 = 0; _mr252._bd86._br69 = 1; _mr252._nk584._yi969 = (_mr252._it511 << 10); _mr252._bd86._ng409 = 0; if (_mr252._bd86._he629 != 0){ _mr252._bd86._he629 = 0; _mr252._nk584._ox1400 = ((_mr252._nk584._wf1000 + _mr252._nk584._gb713) - _mr252._cx895); _mr252._nk584._ca1445 = _mr252._jp604; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); }; } public static function _qi1518():void{ _kd1133._np1547(_wo1183._kl1402); if (_mr252._nk584._ns569 == 0){ _mr252._nk584._cg1208 = 0; _mr252._nk584._mj1485 = _wo1183._rw475; }; _mr252._nk584._ns569 = (_mr252._nk584._ns569 + _mr252._it511); } public static function _eq1092():void{ _mr252._it511 = -(_mr252._it511); _tn1406._jk1233(); } public static function _pr906():void{ if (_mr252._it511 > 0){ _kd1133._np1547(_wo1183._xd815); }; _mr252._bd86._la365 = 1; _mr252._nk584._gs411 = _wo1183._sv584; var _local1:int = (_mr252._nk584._rr80 + _mr252._it511); if (_local1 > _wo1183._at1009){ _local1 = _wo1183._at1009; }; if (_local1 < _wo1183._eh1136){ _local1 = _wo1183._eh1136; }; _mr252._nk584._nl95 = _local1; } public static function _gn1497():void{ _kd1133._np1547(_wo1183._yw110); _mr252._nk584._ir415 = (_mr252._nk584._ir415 + _mr252._it511); } public static function _py1047():void{ var _local1:int; var _local2:int; if (_mr252._qo364 < --_mr252._rw188){ _local1 = _mr252._rw188; _local2 = _mr252._su543; while (_local2 < _local1) { _mr252._ly1383[_local2].copy(_mr252._ly1383[int((_local2 + 1))]); _local2++; }; }; _mr252._qo364--; } public static function _hr633():void{ _kd1133._np1547(_wo1183._ax288); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._th1142; _mr252._nk584._jx1396 = _wo1183._th1142; _mr252._nk584._no368 = _wo1183._md1407; _mr252._nk584._jh518 = _wo1183._dx1413; _mr252._nk584._sm379 = _wo1183._hw616; } public static function _fd1103():void{ _kd1133._np1547(_wo1183._dr850); _mr252._bd86._se38 = 1; _mr252._ej1486.alpha = (_wo1183._ma768 / 100); _mr252._ej1486.visible = true; _mr252._nk584._wl448 = (_mr252._nk584._wl448 + (_mr252._it511 << 7)); } public static function _bp1004():void{ _kd1133._np1547(_wo1183._ua804); _mr252._bd86._km518 = 1; } public static function _dk1516(_arg1:int):void{ switch ((_arg1 + 1)){ case 1: _tn1406._pr906(); break; case 2: _tn1406._uf594(); break; case 3: _tn1406._gn1497(); break; case 4: _tn1406._nj839(); break; case 5: _tn1406._eq1092(); break; case 6: _tn1406._ir646(); break; case 7: _tn1406._su979(); break; case 8: _tn1406._vx347(); break; case 9: _tn1406._jk1233(); break; case 10: _tn1406._fd1103(); break; case 11: _tn1406._br173(); break; case 12: _tn1406._aj52(); break; case 13: _tn1406._gy585(); break; case 14: _tn1406._gj587(); break; case 15: _tn1406._ni240(); break; case 16: _tn1406._qi1518(); break; case 17: _tn1406._gg808(); break; case 18: _tn1406._bp1004(); break; case 19: _tn1406._mj1094(); break; case 20: _tn1406._nf365(); break; case 21: _tn1406._ns574(); break; case 22: _tn1406._jf694(); break; case 23: _tn1406._mg1503(); break; case 24: _tn1406._ju1359(); break; case 25: _tn1406._ph161(); break; case 26: _tn1406._hr633(); break; case 27: _tn1406._wq521(); break; case 28: _tn1406._tr1119(); break; }; } public static function _ni240():void{ _kd1133._np1547(_wo1183._ft400); if (_mr252._bd86._br69 == 0){ _mr252._bd86._ng409 = 1; _mr252._nk584._uo1234 = (_mr252._nk584._uo1234 + (_mr252._it511 << 5)); }; } public static function _jf694():void{ var _local1 = ((_mr252._du1104 >> 2) & 31); if (_local1 >= _wo1183._my286){ _local1 = (_local1 - _wo1183._my286); }; if (_local1 == (2 - 1)){ _local1 = (16 - 1); }; if (_local1 == (22 - 1)){ _local1 = (20 - 1); }; if (_local1 == (4 - 1)){ _local1 = (10 - 1); }; _tn1406._dk1516(_local1); } public static function _wq521():void{ _kd1133._np1547(_wo1183._xm819); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._ng1552; _mr252._nk584._jx1396 = _wo1183._ng1552; _mr252._nk584._no368 = _wo1183._py864; _mr252._nk584._jh518 = _wo1183._uh824; _mr252._nk584._sm379 = _wo1183._de694; } public static function _uf594():void{ if ((((_mr252._bd86._br69 == 0)) || ((_mr252._nk584._ns569 > 0)))){ _kd1133._np1547(_wo1183._uq798); if (--_mr252._nk584._ns569 < 0){ _mc664._ay131(); }; }; } public static function _jk1233():void{ var _local1:_ld1135; var _local2:int; _kd1133._np1547(_wo1183._pj975); _mr252._rn955 = 0; _mr252._yr949 = 0; while (_mr252._yr949 < _mr252._rf553) { _local1 = _mr252._kp1422[_mr252._rn955]; _local2 = (_local1.size + _mr252._it511); if (_local2 > _wo1183._hf1427){ _local2 = _wo1183._hf1427; }; if (_local2 < _wo1183._gd1476){ _local2 = _wo1183._gd1476; }; _local1.size = _local2; _mr252._rn955++; _mr252._yr949++; }; } public static function _nj839():void{ _kd1133._np1547(_wo1183._gn1153); if (_mr252._bd86._br69 == 0){ if (_mr252._bd86._he629 == 0){ _mr252._bd86._he629 = 1; _mr252._nk584._ox1400 = ((_mr252._nk584._wf1000 + _mr252._nk584._gb713) - _mr252._cx895); _mr252._nk584._ca1445 = _mr252._jp604; _kd1133._lc1149(_mr252._nk584._ox1400, _mr252._nk584._ca1445); _mr252._nk584._rk142 = (_mr252._it511 << 6); } else { _mr252._nk584._rk142 = (_mr252._nk584._rk142 + (_mr252._it511 << 6)); }; }; } public static function _aj52():void{ _mr252._it511 = -(_mr252._it511); _tn1406._br173(); } public static function _rc106():void{ if (_mr252._rw188 > 0){ _tn1406._gx968(); }; } public static function _gg808():void{ _kd1133._np1547(_wo1183._ql1108); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._uk1520; _mr252._nk584._jx1396 = _wo1183._uk1520; _mr252._nk584._no368 = 1; _mr252._nk584._jh518 = _wo1183._gs1295; _mr252._nk584._sm379 = _wo1183._hl403; } public static function _gx968():void{ var _local1:int; var _local2:_yl295; var _local3:_pq1047; var _local4:int; _mr252._pr455[0] = _mr252._nk584._ox1400; _mr252._pr455[1] = _mr252._nk584._ca1445; _xk1459._ud760(_mr252._pr455, _mr252._nk584._pg1451); _mr252._su543 = 0; _mr252._qo364 = 0; while (_mr252._qo364 < _mr252._rw188) { _local2 = _mr252._ly1383[_mr252._su543]; _local2._ox1400 = (_local2._ox1400 + _wo1183._un1420); _local2._ca1445 = (_local2._ca1445 + _wo1183._pp419); if (_mr252._ke730 != 0){ _local2._ca1445 = (_local2._ca1445 + _wo1183._pp419); }; if (--_local2._ms1332 <= 0){ _local2._ej1325 = _local2._ej1325.next; _local4 = _local2._ej1325._pk1540; _local2._ms1332 = _local4; }; _mr252._ds529 = _local2._ej1325; if ((((((((_local2._ox1400 > _wo1183._oa175)) || ((_local2._ox1400 < _wo1183._sk847)))) || ((_local2._ca1445 > _wo1183._hd1044)))) || ((_local2._ca1445 < _wo1183._pu56)))){ _tn1406._py1047(); } else { if (_local2._ca1445 < _wo1183._vd472){ _mr252._vd1015[0] = _local2._ox1400; _mr252._vd1015[1] = _local2._ca1445; _xk1459._ud760(_mr252._vd1015, _mr252._ds529); //unresolved if _mr252._it511 = (_local2._ja339 + 1); _local1 = _local2._al617; if (_local1 >= _wo1183._my286){ _local1 = (_local1 - _wo1183._my286); }; _tn1406._dk1516(_local1); _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._wd393 << _mr252._nk584._ir415)); _tn1406._py1047(); } else { _local3 = _mr252._nq241[_mr252._gi1206]; _local3._we332 = 0; _local3._wr219 = _mr252._ds529; _local3._fq357 = _local2._ox1400; _local3._uq423 = _local2._ca1445; _mr252._gi1206++; _mr252._su543++; }; }; _mr252._qo364++; }; } public static function _tr1119():void{ var _local1:_js680; _kd1133._np1547(_wo1183._ld1352); _mr252._ts174 = 0; _mr252._ht1045 = 0; while (_mr252._ht1045 < _mr252._ap1270) { _local1 = _mr252._rn600[_mr252._ts174]; _local1._cd1077 = 1; _local1._dm501 = 0; _mr252._ts174++; _mr252._ht1045++; }; } public static function _ns574():void{ _kd1133._np1547(_wo1183._ql1108); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._uk1520; _mr252._nk584._jx1396 = _wo1183._uk1520; _mr252._nk584._no368 = _wo1183._ev718; _mr252._nk584._jh518 = _wo1183._gs1295; _mr252._nk584._sm379 = _wo1183._hl403; } public static function _mg1503():void{ _kd1133._np1547(_wo1183._rp387); _mr252._it511 = -(_mr252._it511); _tn1406._pr906(); } public static function _ir646():void{ _kd1133._np1547(_wo1183._dy795); _vn627._ve929(0, 0, 0, 0, _mr252._tw625[0], ((_wo1183._gd620 | _wo1183._pe1140) | _wo1183._qd121)); } public static function _gj587():void{ _kd1133._np1547(_wo1183._xm893); if (_mr252._bd86._ms1017 == 0){ _mr252._nk584._ca1445 = _mr252._nk584._wr415; _mr252._bd86._ms1017 = 1; _mc664._aq703(); }; } public static function _vx347():void{ _kd1133._np1547(_wo1183._dq355); _xk1459._rf1432(_mr252._nk584._ox1400, _mr252._nk584._ca1445); } public static function _mj1094():void{ _kd1133._np1547(_wo1183._fv292); _mr252._bd86._yh498 = 1; _mr252._nk584._cg1105 = (_mr252._nk584._cg1105 + (_mr252._it511 << 9)); _mr252._rn955 = 0; _mr252._yr949 = 0; while (_mr252._yr949 < _mr252._rf553) { _mr252._kp1422[_mr252._rn955].transparent = 1; _mr252._rn955++; _mr252._yr949++; }; } public static function _ju1359():void{ _kd1133._np1547(_wo1183._ax288); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._th1142; _mr252._nk584._jx1396 = _wo1183._th1142; _mr252._nk584._no368 = 1; _mr252._nk584._jh518 = _wo1183._dx1413; _mr252._nk584._sm379 = _wo1183._hw616; } public static function _su979():void{ _kd1133._np1547(_wo1183._mu1515); _mr252._ok199._cd1264 = (_mr252._ok199._cd1264 + _mr252._it511); if (_mr252._ok199._cd1264 > 99){ _mr252._ok199._cd1264 = 99; }; } public static function _nf365():void{ _kd1133._np1547(_wo1183._gg765); _mr252._bd86._lk60 = 1; _mr252._nk584._qq494 = _mr252._nk584._ox1400; _mr252._nk584._yx612 = _mr252._nk584._ox1400; _mr252._nk584._yn1256 = _mr252._nk584._ox1400; } public static function _ph161():void{ _kd1133._np1547(_wo1183._xm819); _mr252._bd86._im989 = 1; _mr252._nk584._go1473 = _wo1183._ng1552; _mr252._nk584._jx1396 = _wo1183._ng1552; _mr252._nk584._no368 = 1; _mr252._nk584._jh518 = _wo1183._uh824; _mr252._nk584._sm379 = _wo1183._de694; } public static function _br173():void{ var _local2:_ld1135; _kd1133._np1547(_wo1183._qq1354); var _local1:int = (1 + 2); _mr252._rn955 = 0; _mr252._yr949 = 0; while (_mr252._yr949 < _mr252._rf553) { _local2 = _mr252._kp1422[_mr252._rn955]; _xk1459._fu478(_local1); _mr252._rn955++; _mr252._yr949++; }; } } }//package game
Section 234
//_vn627 (game._vn627) package game { import game.struct.*; public class _vn627 { public static function _ve929(_arg1:int, _arg2:int, _arg3:int, _arg4:int, _arg5:_ax762, _arg6:int):void{ var _local7:_kg808; if (_mr252._ar1350 < _wo1183._jo561){ _mr252._qp1194 = (0 + _mr252._ar1350); _local7 = _mr252._lm270[_mr252._qp1194]; _local7._ox1400 = _arg1; _local7._ca1445 = _arg2; _local7._lu1261 = _arg3; _local7._bi204 = _arg4; if ((_arg6 & _wo1183._ta812) != 0){ _local7._ms1332 = 16000; _local7._ej1325 = _arg5; } else { _local7._ms1332 = 0; _local7._ej1325 = _arg5.next; }; _local7._rl1056 = (_arg6 >> _wo1183._cf1054); _local7._yj1526 = (_arg6 >> _wo1183._hg249); _local7._ku308 = (_arg6 >> _wo1183._jo1023); _local7._dr1127 = (_arg6 >> _wo1183._kf805); _local7._oy406 = (_arg6 >> _wo1183._ig189); _mr252._ar1350++; }; } public static function _us1297():void{ var _local1:int; var _local2:int; if (_mr252._px1049 != --_mr252._ar1350){ _local1 = _mr252._ar1350; _local2 = _mr252._qp1194; while (_local2 < _local1) { _mr252._lm270[_local2].copy(_mr252._lm270[int((_local2 + 1))]); _local2++; }; }; _mr252._px1049--; } public static function _bx191():void{ if (_mr252._ar1350 > 0){ _vn627._av981(); }; } public static function _av981():void{ var _local1:_kg808; var _local2:_pq1047; var _local3:int; var _local4:int; _mr252._qp1194 = 0; _mr252._px1049 = 0; for (;_mr252._px1049 < _mr252._ar1350;_mr252._px1049++) { _local1 = _mr252._lm270[_mr252._qp1194]; if (_local1._yj1526 != 0){ _local1._ox1400 = _mr252._nk584._ox1400; _local1._ca1445 = _mr252._nk584._ca1445; } else { if (_local1._rl1056 == 0){ _local1._ox1400 = (_local1._ox1400 + _local1._lu1261); _local1._ca1445 = (_local1._ca1445 + _local1._bi204); } else { _local1._rl1056--; }; }; if (--_local1._ms1332 <= 0){ if ((((_local1._ej1325.next == null)) && (!((_local1._oy406 == 0))))){ _vn627._us1297(); continue; }; _local1._ej1325 = _local1._ej1325.next; _local3 = _local1._ej1325._pk1540; if (_local3 < 0){ if (_local1._ku308 != 0){ _mr252._bd86._kx390 = 1; }; if (_local1._oy406 != 0){ _vn627._us1297(); continue; }; _local4 = 0; while (_local4 < _local3) { _local1._ej1325 = _local1._ej1325.next; _local4++; }; _local3 = _local1._ej1325._pk1540; }; _local1._ms1332 = _local3; }; _mr252._ds529 = _local1._ej1325; if (_local1._dr1127 != 0){ _mr252._pr455[0] = _local1._ox1400; _mr252._pr455[1] = _local1._ca1445; _xk1459._ud760(_mr252._pr455, _mr252._ds529); //unresolved if _vn627._us1297(); } else { _local2 = _mr252._nq241[_mr252._gi1206]; _local2._we332 = 0; _local2._wr219 = _mr252._ds529; _local2._fq357 = _local1._ox1400; _local2._uq423 = _local1._ca1445; _mr252._gi1206++; _mr252._qp1194++; }; }; } } }//package game
Section 235
//_wo1183 (game._wo1183) package game { public class _wo1183 { public static const _dy795:int = 31; public static const _kf805:int = 1; public static const _nj807:int = 320; public static const _yb1365:int = 6; public static const _fs867:int = (0 << _wo1183._ac329); public static const _uh824:int = 1; public static const _mn375:int = 0x0100; public static const _uk1520:int = 15; public static const _sy409:int = 3; public static const _tl272:int = 145; public static const _tr1533:int = 140; public static const _cy415:int = (100 << _wo1183._ac329); public static const _wa1194:int = 240; public static const _mt1045:int = (320 << 4); public static const _ay811:int = 102; public static const _is277:int = 0; public static const _ls1175:int = 4; public static const _ch1061:int = 90; public static const _ec276:int = 1; public static const _dv1409:int = (0 << _wo1183._ac329); public static const _pg93:int = 2; public static const _fr664:int = (16 << 4); public static const _at1009:int = 12; public static const _qm974:int = 179; public static const _fg313:int = (((7 * 16) + 320) << _wo1183._ac329); public static const _rd710:int = (24 << _wo1183._ac329); public static const _ei1492:int = 24; public static const _fj1482:int = 153; public static const _pu56:int = 0; public static const _rc759:int = 88; public static const _ig189:int = 0; public static const _jk34:int = 41; public static const _hm822:int = 102; public static const _jp934:int = 8; public static const _yb1023:int = 16; public static const _xm819:int = 60; public static const _up695:int = (100 << _wo1183._ac329); public static const _vo1299:int = 304; public static const _uf793:int = 1; public static const _ia307:int = 350; public static const _hw616:int = -5; public static const _ao78:int = 249; public static const _bp947:int = 350; public static const _vo1057:int = 2; public static const _lm391:int = 50; public static const _xs250:int = (180 << _wo1183._ac329); public static const _rj1064:int = (-16 << _wo1183._ac329); public static const _jo1023:int = 2; public static const _my286:int = 28; public static const _dr850:int = 86; public static const _hr176:int = 46; public static const _ak1232:int = 240; public static const _ue1283:int = 10; public static const _fe162:int = 10; public static const _uq798:int = 39; public static const _lo1526:int = (0 << 4); public static const _te421:int = ((50 + 240) << _wo1183._ac329); public static const _qw91:int = (-16 << _wo1183._ac329); public static const _sn333:int = (0 << _wo1183._ac329); public static const _nt1394:int = 96; public static const _vd191:int = 5; public static const _xm602:int = 16; public static const _oi569:int = 4; public static const _ft400:int = 91; public static const _gv988:int = (320 << _wo1183._ac329); public static const _ms992:int = 7; public static const _sn339:int = 15; public static const _de694:int = -4; public static const _hl403:int = -2; public static const _co1062:int = 112; public static const _nh560:int = (_wo1183._si492 * _wo1183._bd1267); public static const _gk1140:int = 4; public static const _ql321:int = 144; public static const _dv1211:int = 320; public static const _en1402:int = (-40 << _wo1183._ac329); public static const _rw475:int = 3; public static const _hg50:int = 5000; public static const _qo839:int = 60; public static const _eh1136:int = 0; public static const _yn506:int = 0; public static const _iy865:int = 3; public static const _wf1243:int = 16; public static const _av236:int = (116 << _wo1183._ac329); public static const _qu269:int = (240 << _wo1183._ln85); public static const _qw1013:int = 45; public static const _ol606:int = (-40 << _wo1183._ac329); public static const _yv599:int = 0; public static const _ln85:int = 4; public static const _xk565:int = 4; public static const _mr1385:int = 247; public static const _pl1439:int = (-40 << _wo1183._ac329); public static const _sf514:uint = uint(4294967295); public static const _kf1201:int = 264; public static const _xs379:int = 0; public static const _xp1265:int = 2; public static const _xd815:int = 41; public static const _mq478:int = 11; public static const _wv760:int = (-16 << _wo1183._ac329); public static const _is1547:int = 7; public static const _um1079:int = 246; public static const _wn1137:int = 0; public static const _tt706:int = 50; public static const _cf1054:int = 4; public static const _hd1044:int = 256; public static const _jq834:int = 11; public static const _bd1267:int = 16; public static const _gs1295:int = 2; public static const _du1415:int = 4; public static const _sp311:int = 8; public static const _ut990:int = 245; public static const _nk1396:int = (320 << _wo1183._ac329); public static const _rx1270:int = 144; public static const _gg1500:int = 5; public static const _bt1272:int = 26; public static const _pe1140:int = (1 << _wo1183._jo1023); public static const _ua804:int = 60; public static const _yw110:int = 76; public static const _wy934:int = 6; public static const _ut1297:int = 144; public static const _ti1462:int = 38; public static const _ma810:int = 2; public static const _bl1162:int = 3; public static const _ly1062:int = (1 << _wo1183._cf1054); public static const _fi455:int = 27; public static const _jo561:int = 50; public static const _py864:int = 3; public static const _it1246:int = 37; public static const _bb398:int = 0; public static const _mg240:int = 160; public static const _pl454:int = 2; public static const _ac329:int = 4; public static const _ev718:int = 5; public static const _nk648:int = 171; public static const _bw166:int = (-40 << _wo1183._ac329); public static const _rd200:int = 4; public static const _gr1283:int = (0 << _wo1183._ac329); public static const _dq355:int = 60; public static const _qf719:int = 32; public static const _bd583:int = 8; public static const _ms336:int = ((160 - 40) << _wo1183._ac329); public static const _kl1402:int = 60; public static const _bt1047:int = 17; public static const _ac337:int = 2; public static const _xm893:int = 104; public static const _uk1152:int = (160 << _wo1183._ac329); public static const _wc963:int = 2; public static const _nk778:int = (4 << (_wo1183._ln85 - 4)); public static const _qs87:int = (5 << 4); public static const _xd1528:int = 1; public static const _du841:int = (100 << _wo1183._ac329); public static const _xo1294:int = 2; public static const _vk1352:int = 8; public static const _bq1546:int = 25; public static const _rv1104:int = 166; public static const _nb970:int = 1; public static const _qu1240:int = (240 << _wo1183._ac329); public static const _le1418:int = 12; public static const _vk427:int = (4 << (_wo1183._ln85 - 4)); public static const _qb373:int = (160 << _wo1183._ac329); public static const _vl518:int = 60; public static const _wt1106:int = 6; public static const _ev1481:int = 1; public static const _pr1535:int = 3; public static const _kp365:int = (116 << _wo1183._ac329); public static const _ea850:int = 4; public static const _so1472:int = 3; public static const _kd288:int = 150; public static const _fi374:int = 29; public static const _ha1100:int = (320 << _wo1183._ac329); public static const _lv1433:int = 101; public static const _an235:int = (24 << (_wo1183._ln85 - 4)); public static const _xv1028:int = 24; public static const _fo1004:int = (100 << _wo1183._ac329); public static const _sf228:int = 5; public static const _bl91:int = 560; public static const _nw528:int = 256; public static const _aw11:int = 102; public static const _wl1245:int = 1; public static const _eq191:int = (320 << _wo1183._ac329); public static const _wm667:int = (0 << _wo1183._ac329); public static const _wo848:int = 700; public static const _cc1488:int = 12; public static const _ta812:int = (1 << _wo1183._vk1352); public static const _sg1254:int = 24; public static const _xk499:int = 46; public static const _ig731:int = 220; public static const _ql1108:int = 60; public static const _dd1120:int = 42; public static const _wn887:int = 5; public static const _xn568:int = 204; public static const _bk98:int = 336; public static const _no1306:int = -1; public static const _dh471:int = 16; public static const _dr136:int = 0; public static const _mu1515:int = 60; public static const _hp1445:int = 248; public static const _ni162:int = (1 << _wo1183._kf805); public static const _ng1552:int = 6; public static const _uh389:int = (160 << _wo1183._ac329); public static const _ax288:int = 60; public static const _ul872:int = 16; public static const _db819:int = 32; public static const _hr1173:int = (12 << (_wo1183._ln85 - 4)); public static const _ma768:int = 80; public static const _yd237:int = -16; public static const _fe1544:int = 2100; public static const _th1142:int = 4; public static const _tv740:int = 5000; public static const _ku1140:int = 217; public static const _rd1324:int = (32 << (_wo1183._ln85 - 4)); public static const _oo990:int = 240; public static const _ft1512:int = (320 << _wo1183._ln85); public static const _qq895:int = (100 << _wo1183._ac329); public static const _mv1447:int = 11; public static const _uh1337:int = (160 << _wo1183._ac329); public static const _wv384:int = 5; public static const _qt1495:int = 87; public static const _br433:int = 1; public static const _ks560:int = (0 << _wo1183._ln85); public static const _ap579:int = 2; public static const _na1290:int = 8; public static const _qd242:int = 490; public static const _vp809:int = 10; public static const _kg114:int = 104; public static const _xv1190:int = 0; public static const _qd121:int = (1 << _wo1183._hg249); public static const _gd620:int = (1 << _wo1183._ig189); public static const _by1249:int = (240 << _wo1183._ac329); public static const _pp419:int = 1; public static const _ob353:int = (0 << _wo1183._ac329); public static const _mb633:int = 3; public static const _lt1302:int = 1; public static const _ki428:int = 64; public static const _sk847:int = 0; public static const _em758:int = 8; public static const _rp387:int = 40; public static const _vu279:int = 1; public static const _lx710:int = (24 << _wo1183._ac329); public static const _nv256:int = ((240 - 36) << 4); public static const _bg584:int = (40 << (_wo1183._ln85 - 4)); public static const _nn890:int = 5; public static const _ey966:int = (0 << _wo1183._ac329); public static const _ip479:int = 2; public static const _wk183:int = 3; public static const _qq328:int = 3; public static const _yu1367:int = (24 << _wo1183._ac329); public static const _ea208:int = 8; public static const _md1407:int = 5; public static const _na480:int = (100 << _wo1183._ac329); public static const _uy1045:int = 25; public static const _xb177:int = (240 << _wo1183._ac329); public static const _jm1387:int = 61; public static const _qk1130:int = 5; public static const _kh367:int = 61; public static const _cx53:int = 3; public static const _oa175:int = 320; public static const _jk1288:int = 97; public static const _dk1383:int = 4; public static const _hf1427:int = 5; public static const _mu1332:int = 112; public static const _ls1426:int = 16; public static const _ls1302:int = 51; public static const _me1340:int = 4; public static const _un1420:int = 0; public static const _hb197:int = 7; public static const _su669:int = 0; public static const _xe580:int = 3; public static const _ad55:int = 2; public static const _nx1050:int = 12; public static const _ah1297:int = (-50 << _wo1183._ac329); public static const _le909:int = 3; public static const _wx1529:int = 0; public static const _pe222:int = 49; public static const _jc1175:int = 630; public static const _ma104:int = 2; public static const _et1027:int = 0x0100; public static const _go1043:int = 9; public static const _nb482:int = (160 << _wo1183._ac329); public static const _fv292:int = 103; public static const _tx627:int = 3; public static const _qi877:int = (0 << _wo1183._ln85); public static const _ld1352:int = 87; public static const _ig1312:int = 420; public static const _sk657:int = 9; public static const _po145:int = 4; public static const _bm929:int = 3; public static const _vy569:int = 24; public static const _ca1387:int = 103; public static const _xt718:int = ((320 - 16) << _wo1183._ac329); public static const _vm246:int = 36; public static const _fx249:int = 228; public static const _xe124:int = 88; public static const _mw112:int = 8; public static const _dw799:int = 87; public static const _jr140:int = 3; public static const _xy298:int = 6; public static const _te1106:int = (0 << _wo1183._ac329); public static const _hr661:int = 33; public static const _dx1413:int = 0; public static const _lc1342:int = 30; public static const _si492:int = 18; public static const _hp1184:int = 256; public static const _be69:int = 105; public static const _gw1190:int = 250; public static const _an1018:int = 7; public static const _gg765:int = 31; public static const _fx19:int = 3; public static const _mb471:int = -16; public static const _cc846:int = 102; public static const _wy1360:int = 49; public static const _yt1142:int = (-16 << _wo1183._ac329); public static const _lc523:int = 304; public static const _sm1166:int = (24 << _wo1183._ac329); public static const _ai550:int = (100 << _wo1183._ac329); public static const _qa707:int = 230; public static const _gn1153:int = 91; public static const _bo1019:int = (16 << _wo1183._ac329); public static const _dd623:int = 47; public static const _nf881:int = 3; public static const _bh147:int = 0x0100; public static const _vx1142:int = 228; public static const _qq1354:int = 76; public static const _ts1400:int = 1; public static const _jx826:int = 586; public static const _dj172:int = 88; public static const _tx791:int = 27; public static const _tc1535:int = 1; public static const _bw1261:int = 5; public static const _vo1476:int = 0; public static const _qi687:int = 10; public static const _pp1496:int = 3; public static const _wd393:int = 2; public static const _vd472:int = 235; public static const _br189:int = 1; public static const _pj975:int = 92; public static const _li1535:int = 2; public static const _uc465:int = 4; public static const _sv584:int = 3; public static const _ug1176:int = 50; public static const _sm651:int = 34; public static const _rj1488:int = 16; public static const _tn422:int = 0; public static const _gd1476:int = 0; public static const _xp1306:int = 70; public static const _ei1212:int = 4; public static const _hu503:int = 50; public static const _so840:int = 32; public static const _oh530:int = (160 << _wo1183._ac329); public static const _ea1103:int = ((-7 * 16) << _wo1183._ac329); public static const _yh371:int = 246; public static const _ku392:int = 56; public static const _bv569:int = 204; public static const _nv1177:int = 102; public static const _dq830:int = 2; public static const _rb758:int = 2; public static const _hg249:int = 3; public static const _kl345:int = 6; public static const _uo85:int = (-24 << (_wo1183._ln85 - 4)); public static const _qx827:int = 20; public static const _ml1394:int = 11; public static const _fk1260:int = 16; } }//package game
Section 236
//_xk1459 (game._xk1459) package game { import game.struct.*; public class _xk1459 { public static function _bi1433(_arg1:Array, _arg2:_ax762):void{ _arg1[0] = (_arg1[0] + _arg2._ol1510); _arg1[1] = (_arg1[1] + _arg2._ey1021); _arg1[2] = (_arg1[0] + _arg2._yq1225); _arg1[3] = (_arg1[1] + _arg2._pg1479); } public static function _ud760(_arg1:Array, _arg2:_ax762):void{ _arg1[0] = (_arg1[0] + (_arg2._ol1510 + _wo1183._bb398)); _arg1[1] = (_arg1[1] + (_arg2._ey1021 + _wo1183._dr136)); _arg1[2] = (((_arg1[0] - _wo1183._bb398) + _arg2._yq1225) - _wo1183._pl454); _arg1[3] = (((_arg1[1] - _wo1183._dr136) + _arg2._pg1479) - _wo1183._ac337); } public static function _rf1432(_arg1:int, _arg2:int):void{ var _local3:_ld1135; if (_mr252._rf553 < _wo1183._uy1045){ _mr252._rn955 = _mr252._rf553; _local3 = _mr252._kp1422[_mr252._rn955]; _local3._ox1400 = (_arg1 << _wo1183._ln85); _local3._ca1445 = (_arg2 << _wo1183._ln85); _local3._lu1261 = _wo1183._hr1173; _local3._bi204 = _wo1183._uo85; _local3.stopped = 0; _local3.transparent = 0; _local3.size = _wo1183._is277; _mr252._rf553++; }; } public static function _gj514(_arg1:Array, _arg2:_ax762):void{ _arg1[0] = (_arg1[0] + ((_arg2._ol1510 + _wo1183._xe580) + _wo1183._bb398)); _arg1[1] = (_arg1[1] + ((_arg2._ey1021 + _wo1183._pr1535) + _wo1183._dr136)); _arg1[2] = ((((_arg1[0] - (_wo1183._xe580 + _wo1183._bb398)) + _arg2._yq1225) - _wo1183._bl1162) - _wo1183._pl454); _arg1[3] = ((((_arg1[1] - (_wo1183._pr1535 + _wo1183._dr136)) + _arg2._pg1479) - _wo1183._sy409) - _wo1183._ac337); } public static function _fu478(_arg1:int):void{ var _local2:int; var _local3:_ld1135 = _mr252._kp1422[_mr252._rn955]; if ((_arg1 & 1) != 0){ _local2 = _local3._lu1261; if (_local2 > 0){ _local2 = (_local2 + (_mr252._it511 << int((_wo1183._ln85 - 2)))); if (_local2 > _wo1183._rd1324){ _local2 = _wo1183._rd1324; }; if (_local2 < _wo1183._vk427){ _local2 = _wo1183._vk427; }; } else { if (_local2 < 0){ _local2 = (_local2 - (_mr252._it511 << int((_wo1183._ln85 - 2)))); if (_local2 < -(_wo1183._rd1324)){ _local2 = -(_wo1183._rd1324); }; if (_local2 > -(_wo1183._vk427)){ _local2 = -(_wo1183._vk427); }; }; }; _local3._lu1261 = _local2; }; if ((_arg1 & 2) != 0){ _local2 = _local3._bi204; if (_local2 > 0){ _local2 = (_local2 + (_mr252._it511 << int((_wo1183._ln85 - 2)))); if (_local2 > _wo1183._bg584){ _local2 = _wo1183._bg584; }; if (_local2 < _wo1183._nk778){ _local2 = _wo1183._nk778; }; } else { _local2 = (_local2 - (_mr252._it511 << int((_wo1183._ln85 - 2)))); if (_local2 < -(_wo1183._bg584)){ _local2 = -(_wo1183._bg584); }; if (_local2 > -(_wo1183._nk778)){ _local2 = -(_wo1183._nk778); }; }; _local3._bi204 = _local2; }; } public static function _ch501(_arg1:int, _arg2:int):int{ var _local3:int; var _local4:int; var _local5:_ax762; var _local6:int; var _local7:int; var _local8:_sg498; var _local9:_ld1135; if ((((_arg2 >= _wo1183._vy569)) && ((_arg2 < (_wo1183._vy569 + (_wo1183._bd1267 << _wo1183._fx19)))))){ if ((((_arg1 >= _wo1183._fk1260)) && ((_arg1 < (_wo1183._fk1260 + (_wo1183._si492 << _wo1183._ea850)))))){ _local3 = (int((_arg1 - _wo1183._fk1260)) >> _wo1183._ea850); _local4 = ((int((_arg2 - _wo1183._vy569)) >> _wo1183._fx19) * _wo1183._si492); if ((((_local3 == _mr252._tm46)) && ((_local4 == _mr252._np521)))){ _local6 = 1; _arg1 = (_arg1 & 15); if (_arg1 > 7){ _arg1 = (15 - _arg1); }; _arg2 = (int((_arg2 << 1)) & 15); if (_arg2 > 7){ _arg2 = (15 - _arg2); }; if (_arg2 > _arg1){ _local6 = 2; }; _mr252._tm46 = _local3; _mr252._np521 = _local4; return (_local6); }; _local7 = _local4; _local8 = _mr252._by842[_local7]; _local9 = _mr252._kp1422[_mr252._rn955]; _mr252._vn623 = _mr252._by842[int((_local7 + _local3))]._en334; if (_mr252._vn623 != 0){ if (_mr252._vn623 == _wo1183._hp1445){ _local9._ox1400 = (_local9._ox1400 + (int((_mr252._in612 - _mr252._ct686)) << _wo1183._ln85)); _local9._ca1445 = (_local9._ca1445 + (int((_mr252._rf1336 - _mr252._ri1321)) << _wo1183._ln85)); if (_local9._bi204 > 0){ _local9._ca1445 = (_local9._ca1445 + (int((1 << _wo1183._fx19)) << _wo1183._ln85)); } else { _local9._ca1445 = (_local9._ca1445 - (int((1 << _wo1183._fx19)) << _wo1183._ln85)); }; if (_local9._lu1261 > 0){ _local9._ox1400 = (_local9._ox1400 + (int((1 << _wo1183._ea850)) << _wo1183._ln85)); } else { if (_local9._lu1261 < 0){ _local9._ox1400 = (_local9._ox1400 - (int((1 << _wo1183._ea850)) << _wo1183._ln85)); }; }; _local6 = 3; return (_local6); } else { if (_mr252._vn623 == _wo1183._ao78){ _local9._ox1400 = (_local9._ox1400 + (int((_mr252._ct686 - _mr252._in612)) << _wo1183._ln85)); _local9._ca1445 = (_local9._ca1445 + (int((_mr252._ri1321 - _mr252._rf1336)) << _wo1183._ln85)); if (_local9._bi204 > 0){ _local9._ca1445 = (_local9._ca1445 + (int((1 << _wo1183._fx19)) << _wo1183._ln85)); } else { _local9._ca1445 = (_local9._ca1445 - (int((1 << _wo1183._fx19)) << _wo1183._ln85)); }; if (_local9._lu1261 > 0){ _local9._ox1400 = (_local9._ox1400 + (int((1 << _wo1183._ea850)) << _wo1183._ln85)); } else { if (_local9._lu1261 < 0){ _local9._ox1400 = (_local9._ox1400 - (int((1 << _wo1183._ea850)) << _wo1183._ln85)); }; }; _local6 = 3; return (_local6); } else { if ((((_mr252._vn623 >= _wo1183._uf793)) && ((_mr252._vn623 <= _wo1183._ql321)))){ if ((((((((_mr252._vn623 >= _wo1183._ev1481)) && ((_mr252._vn623 <= _wo1183._ls1426)))) || ((((_mr252._vn623 >= _wo1183._pe222)) && ((_mr252._vn623 <= _wo1183._ki428)))))) || ((((_mr252._vn623 >= _wo1183._jk1288)) && ((_mr252._vn623 <= _wo1183._mu1332)))))){ _qx763._gk427(_local7, _local3, _local4, (_local9._lu1261 >> int((_wo1183._ln85 - 1))), (_local9._bi204 >> int((_wo1183._ln85 - 1)))); } else { _mr252._vn623 = (_mr252._vn623 - 16); _mr252._by842[int((_local7 + _local3))]._en334 = _mr252._vn623; _qx763._xu379(_local3, _local4, _mr252._vn623); }; _kd1133._et739(_wo1183._cc1488, _wo1183._bq1546); _local5 = _mr252._cg1208[0]; _vn627._ve929(_arg1, _arg2, 0, 0, _local5, _wo1183._gd620); _local6 = 1; _arg1 = (_arg1 & 15); if (_arg1 > 7){ _arg1 = (15 - _arg1); }; _arg2 = (int((_arg2 << 1)) & 15); if (_arg2 > 7){ _arg2 = (15 - _arg2); }; if (_arg2 > _arg1){ _local6 = 2; }; _mr252._tm46 = _local3; _mr252._np521 = _local4; return (_local6); } else { if ((((_mr252._vn623 >= _wo1183._tl272)) && ((_mr252._vn623 <= _wo1183._nw528)))){ _local5 = _mr252._bf951[0]; if (_mr252._bd86._km518 != 0){ _qx763._gk427(_local7, _local3, _local4, (_local9._lu1261 >> int((_wo1183._ln85 - 1))), (_local9._bi204 >> int((_wo1183._ln85 - 1)))); } else { if ((((_mr252._vn623 >= _wo1183._ut990)) && ((_mr252._vn623 <= _wo1183._mr1385)))){ _kd1133._et739(_wo1183._xk499, _wo1183._tt706); _mr252._it511 = 1; _tn1406._dk1516(22); } else { if ((((_mr252._vn623 >= _wo1183._gw1190)) && ((_mr252._vn623 <= _wo1183._mn375)))){ _kd1133._et739(_wo1183._xd1528, _wo1183._go1043); if (--_mr252._by842[int((_local7 + _local3))]._ms472 == 0){ _mr252._ok199._iq1552 = (_mr252._ok199._iq1552 + (_wo1183._dq830 << _mr252._nk584._ir415)); _fo658._lp419(_mr252._vn623, (_local3 + _local4)); _qx763._gk427(_local7, _local3, _local4, (_local9._lu1261 >> int((_wo1183._ln85 - 1))), (_local9._bi204 >> int((_wo1183._ln85 - 1)))); }; _local5 = _mr252._cg1208[0]; } else { _kd1133._et739(_wo1183._dd1120, _wo1183._qw1013); }; }; }; _vn627._ve929(_arg1, _arg2, 0, 0, _local5, _wo1183._gd620); _local6 = 1; _arg1 = (_arg1 & 15); if (_arg1 > 7){ _arg1 = (15 - _arg1); }; _arg2 = ((_arg2 << 1) & 15); if (_arg2 > 7){ _arg2 = (15 - _arg2); }; if (_arg2 > _arg1){ _local6 = 2; }; _mr252._tm46 = _local3; _mr252._np521 = _local4; return (_local6); }; }; }; }; }; }; }; _local6 = 0; return (_local6); } public static function _an402():void{ var _local1:int; var _local2:int; if (_mr252._yr949 != --_mr252._rf553){ _local1 = _mr252._rf553; _local2 = _mr252._rn955; while (_local2 < _local1) { _mr252._kp1422[_local2].copy(_mr252._kp1422[int((_local2 + 1))]); _local2++; }; }; _mr252._yr949--; } public static function _ng311():void{ var _local3:_ax762; var _local4:int; var _local5:int; var _local6:int; var _local7:int; var _local8:int; var _local9:int; var _local10:_ld1135; var _local11:_pq1047; var _local12:Boolean; var _local13:Boolean; var _local14:_js680; var _local15:Boolean; var _local16:Boolean; var _local17:Boolean; var _local1:Array = new Array(4); var _local2:int; while (_local2 < 4) { _local1[_local2] = new _ty88(); _local2++; }; _mr252._pr455[0] = _mr252._nk584._ox1400; _mr252._pr455[1] = _mr252._nk584._ca1445; _xk1459._ud760(_mr252._pr455, _mr252._nk584._pg1451); _mr252._pr455[1] = (_mr252._pr455[1] + _wo1183._pr1535); _mr252._pr455[3] = (_mr252._pr455[1] + _wo1183._qi687); _mr252._pr455[0] = (_mr252._pr455[0] + _wo1183._ma810); _mr252._pr455[2] = (_mr252._pr455[2] - _wo1183._ma810); _mr252._rn955 = 0; _mr252._yr949 = 0; for (;_mr252._yr949 < _mr252._rf553;_mr252._yr949++) { _local13 = false; _local12 = _local13; _local11 = _mr252._nq241[_mr252._gi1206]; _local10 = _mr252._kp1422[_mr252._rn955]; _local4 = _local10.size; if (_local10.transparent != 0){ _local3 = _mr252._rw1139[_local4]; if ((((_mr252._bd86._yh498 == 0)) && ((_local10._ca1445 > (int(((_wo1183._bd1267 << _wo1183._fx19) + _wo1183._vy569)) << _wo1183._ln85))))){ _local10.transparent = 0; }; } else { if (_mr252._bd86._km518 != 0){ _local3 = _mr252._ek1090[_local4]; } else { _local3 = _mr252._rx615[_local4]; }; }; if (_local10.stopped == 0){ _local10._ox1400 = (_local10._ox1400 + _local10._lu1261); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { _local10._ca1445 = (_mr252._nk584._ca1445 << _wo1183._ln85); if (_mr252._bd86._gh257 == 0){ if (((((!((_mr252._vs1097 == _mr252._eb760))) && (!(((_mr252._eb760 & _wo1183._br433) == 0))))) || (!((_mr252._bd86._br69 == 0))))){ _local10._ox1400 = (_local10._ox1400 + (_mr252._nk584._ox1400 << _wo1183._ln85)); _local10.stopped = 0; _mr252._vs1097 = _mr252._eb760; }; }; _local11._we332 = 0; _local11._wr219 = _local3; _local11._fq357 = (_local10._ox1400 >> _wo1183._ln85); if (_local10.stopped != 0){ _local11._fq357 = (_local11._fq357 + _mr252._nk584._ox1400); }; _local11._uq423 = (_local10._ca1445 >> _wo1183._ln85); _mr252._gi1206++; _mr252._rn955++; continue; }; if ((((((((_local10._ox1400 > _wo1183._ft1512)) || ((_local10._ox1400 < _wo1183._qi877)))) || ((_local10._ca1445 > _wo1183._qu269)))) || ((_local10._ca1445 < _wo1183._ks560)))){ _xk1459._an402(); } else { _mr252._vd1015[0] = (_local10._ox1400 >> _wo1183._ln85); _mr252._vd1015[1] = (_local10._ca1445 >> _wo1183._ln85); _xk1459._ud760(_mr252._vd1015, _local3); if ((((_mr252._vd1015[0] <= _wo1183._dh471)) && ((_local10._lu1261 < 0)))){ _local4 = _wo1183._dh471; _local10._lu1261 = -(_local10._lu1261); _local5 = (_local10._ca1445 >> _wo1183._ln85); _kd1133._np1547(_wo1183._vm246); _vn627._ve929(_local4, _local5, 0, 0, _mr252._bf951[0], _wo1183._gd620); }; if ((((_mr252._vd1015[2] >= _wo1183._lc523)) && ((_local10._lu1261 > 0)))){ _local4 = _wo1183._lc523; _local10._lu1261 = -(_local10._lu1261); _local5 = (_local10._ca1445 >> _wo1183._ln85); _kd1133._np1547(_wo1183._vm246); _vn627._ve929(_local4, _local5, 0, 0, _mr252._bf951[0], _wo1183._gd620); }; if ((((_mr252._vd1015[1] <= _wo1183._xv1028)) && ((_local10._bi204 < 0)))){ _local5 = _wo1183._xv1028; _local10._bi204 = -(_local10._bi204); _local4 = (_local10._ox1400 >> _wo1183._ln85); _kd1133._np1547(_wo1183._vm246); _vn627._ve929(_local4, _local5, 0, 0, _mr252._bf951[0], _wo1183._gd620); }; if (_mr252._vd1015[1] > _wo1183._qa707){ _local11._we332 = 0; _local11._wr219 = _local3; _local11._fq357 = (_local10._ox1400 >> _wo1183._ln85); if (_local10.stopped != 0){ _local11._fq357 = (_local11._fq357 + _mr252._nk584._ox1400); }; _local11._uq423 = (_local10._ca1445 >> _wo1183._ln85); _mr252._gi1206++; _mr252._rn955++; } else { if (_local10._bi204 < 0){ _local12 = true; }; if (((!(_local12)) && ((((_mr252._pr455[1] <= _mr252._vd1015[3])) && ((_mr252._pr455[3] >= _mr252._vd1015[1])))))){ if ((((_mr252._pr455[0] <= _mr252._vd1015[2])) && ((_mr252._pr455[2] >= _mr252._vd1015[0])))){ if (_mr252._bd86._br69 == 0){ if (_mr252._bd86._kx390 != 0){ _local10._ox1400 = (_local10._ox1400 - (_mr252._nk584._ox1400 << _wo1183._ln85)); _local10.stopped = 1; }; } else { if (_local10._lu1261 == 0){ _local10._lu1261 = (_local10._lu1261 - (1 << int((_wo1183._ln85 - 2)))); }; }; _local4 = (3 + (int((_local10.size >> 1)) & ~(1))); if (_local10.transparent == 0){ } else { if (_mr252._bd86._yh498 == 0){ _local10.transparent = 0; }; }; if (_mr252._bd86._im989 != 0){ _kd1133._np1547(_wo1183._so840); } else { _kd1133._np1547(_wo1183._lv1433); }; if ((_mr252._pr455[0] + _wo1183._tx627) >= _mr252._vd1015[2]){ if (_local10._lu1261 > 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { if ((_mr252._pr455[2] - _wo1183._tx627) <= _mr252._vd1015[0]){ if (_local10._lu1261 < 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); _local4 = (_mr252._nk584._ox1400 - _mr252._nk584._oq1354); if (_local4 > _wo1183._an235){ _local4 = _wo1183._an235; }; if (_local4 < -(_wo1183._an235)){ _local4 = -(_wo1183._an235); }; _local4 = (((_local4 << _wo1183._vu279) + (_local4 >> _wo1183._nb970)) + _local10._lu1261); if (_local4 > _wo1183._rd1324){ _local4 = _wo1183._rd1324; }; if (_local4 < -(_wo1183._rd1324)){ _local4 = -(_wo1183._rd1324); }; _local10._lu1261 = _local4; }; }; } else { if (_mr252._bd86._lk60 != 0){ _local17 = false; _local16 = _local17; _local15 = _local16; _mr252._qj1340[0] = _mr252._nk584._qq494; _xk1459._ud760(_mr252._qj1340, _mr252._dy1504); if ((((_mr252._qj1340[0] <= _mr252._vd1015[2])) && ((_mr252._qj1340[2] >= _mr252._vd1015[0])))){ _local15 = true; _kd1133._np1547(_wo1183._hr661); if ((_mr252._qj1340[0] + _wo1183._tx627) >= _mr252._vd1015[2]){ if (_local10._lu1261 > 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { if ((_mr252._qj1340[2] - _wo1183._tx627) <= _mr252._vd1015[0]){ if (_local10._lu1261 < 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); _local4 = (_mr252._nk584._ox1400 - _mr252._nk584._oq1354); if (_local4 > _wo1183._an235){ _local4 = _wo1183._an235; }; if (_local4 < -(_wo1183._an235)){ _local4 = -(_wo1183._an235); }; _local4 = (((_local4 << _wo1183._vu279) + (_local4 >> _wo1183._nb970)) + _local10._lu1261); if (_local4 > _wo1183._rd1324){ _local4 = _wo1183._rd1324; }; if (_local4 < -(_wo1183._rd1324)){ _local4 = -(_wo1183._rd1324); }; _local10._lu1261 = _local4; }; }; } else { _mr252._qj1340[0] = _mr252._nk584._yx612; _xk1459._ud760(_mr252._qj1340, _mr252._dy1504); }; if (((((!(_local15)) && ((_mr252._qj1340[0] <= _mr252._vd1015[2])))) && ((_mr252._qj1340[2] >= _mr252._vd1015[0])))){ _local16 = true; _kd1133._np1547(_wo1183._hr661); if ((_mr252._qj1340[0] + _wo1183._tx627) >= _mr252._vd1015[2]){ if (_local10._lu1261 > 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { if ((_mr252._qj1340[2] - _wo1183._tx627) <= _mr252._vd1015[0]){ if (_local10._lu1261 < 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); _local4 = (_mr252._nk584._ox1400 - _mr252._nk584._oq1354); if (_local4 > _wo1183._an235){ _local4 = _wo1183._an235; }; if (_local4 < -(_wo1183._an235)){ _local4 = -(_wo1183._an235); }; _local4 = (((_local4 << _wo1183._vu279) + (_local4 >> _wo1183._nb970)) + _local10._lu1261); if (_local4 > _wo1183._rd1324){ _local4 = _wo1183._rd1324; }; if (_local4 < -(_wo1183._rd1324)){ _local4 = -(_wo1183._rd1324); }; _local10._lu1261 = _local4; }; }; } else { _mr252._qj1340[0] = _mr252._nk584._yn1256; _xk1459._ud760(_mr252._qj1340, _mr252._dy1504); }; if (((((((!(_local15)) && (!(_local16)))) && ((_mr252._qj1340[0] <= _mr252._vd1015[2])))) && ((_mr252._qj1340[2] >= _mr252._vd1015[0])))){ _local17 = true; _kd1133._np1547(_wo1183._hr661); if ((_mr252._qj1340[0] + _wo1183._tx627) >= _mr252._vd1015[2]){ if (_local10._lu1261 > 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { if ((_mr252._qj1340[2] - _wo1183._tx627) <= _mr252._vd1015[0]){ if (_local10._lu1261 < 0){ _local10._lu1261 = -(_local10._lu1261); }; _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); } else { _local10._bi204 = -(_local10._bi204); _local10._ca1445 = (_local10._ca1445 + _local10._bi204); _local4 = (_mr252._nk584._ox1400 - _mr252._nk584._oq1354); if (_local4 > _wo1183._an235){ _local4 = _wo1183._an235; }; if (_local4 < -(_wo1183._an235)){ _local4 = -(_wo1183._an235); }; _local4 = (((_local4 << _wo1183._vu279) + (_local4 >> _wo1183._nb970)) + _local10._lu1261); if (_local4 > _wo1183._rd1324){ _local4 = _wo1183._rd1324; }; if (_local4 < -(_wo1183._rd1324)){ _local4 = -(_wo1183._rd1324); }; _local10._lu1261 = _local4; }; }; }; }; }; }; if (_local10.transparent != 0){ _local11._we332 = 0; _local11._wr219 = _local3; _local11._fq357 = (_local10._ox1400 >> _wo1183._ln85); if (_local10.stopped != 0){ _local11._fq357 = (_local11._fq357 + _mr252._nk584._ox1400); }; _local11._uq423 = (_local10._ca1445 >> _wo1183._ln85); _mr252._gi1206++; _mr252._rn955++; } else { _mr252._ts174 = 0; _mr252._ht1045 = 0; while (_mr252._ht1045 < _mr252._ap1270) { _local14 = _mr252._rn600[_mr252._ts174]; _mr252._fg403[0] = _local14._ox1400; _mr252._fg403[1] = _local14._ca1445; _xk1459._gj514(_mr252._fg403, _local14._ej1325); if (_xk1459._lr390(_mr252._vd1015, _mr252._fg403) != 0){ _local14._cd1077 = 1; _local14._dm501 = 0; _local14._lu1261 = (_local14._lu1261 + (_local10._lu1261 >> _wo1183._ln85)); _local14._bi204 = (_local14._bi204 + (_local10._bi204 >> _wo1183._ln85)); if (_mr252._bd86._km518 == 0){ if ((_mr252._du1104 & 16) != 0){ _local10._bi204 = -(_local10._bi204); } else { _local10._lu1261 = -(_local10._lu1261); }; if (_local10._lu1261 == 0){ _local10._lu1261 = (_local10._lu1261 - (1 << (_wo1183._ln85 - 2))); } else { _mr252._it511 = 2; if ((_mr252._du1104 & 1) != 0){ _mr252._it511 = -(_mr252._it511); }; _local5 = 1; _xk1459._fu478(_local5); }; }; }; _mr252._ts174++; _mr252._ht1045++; }; if (_local10._bi204 < 0){ _local1[0]._ur745 = 1; _local1[1]._ur745 = 1; _local1[2]._ur745 = 0; _local1[3]._ur745 = 0; _local1[0]._ox1400 = _mr252._vd1015[0]; _local1[0]._ca1445 = _mr252._vd1015[1]; _local1[1]._ox1400 = _mr252._vd1015[2]; _local1[1]._ca1445 = _mr252._vd1015[1]; } else { _local1[0]._ur745 = 0; _local1[1]._ur745 = 0; _local1[2]._ur745 = 1; _local1[3]._ur745 = 1; _local1[2]._ox1400 = _mr252._vd1015[2]; _local1[2]._ca1445 = _mr252._vd1015[3]; _local1[3]._ox1400 = _mr252._vd1015[0]; _local1[3]._ca1445 = _mr252._vd1015[3]; }; if (_local10._lu1261 < 0){ _local1[0]._ur745 = (_local1[0]._ur745 + 2); _local1[3]._ur745 = (_local1[3]._ur745 + 2); _local1[0]._ox1400 = _mr252._vd1015[0]; _local1[0]._ca1445 = _mr252._vd1015[1]; _local1[3]._ox1400 = _mr252._vd1015[0]; _local1[3]._ca1445 = _mr252._vd1015[3]; } else { if (_local10._lu1261 > 0){ _local1[1]._ur745 = (_local1[1]._ur745 + 2); _local1[2]._ur745 = (_local1[2]._ur745 + 2); _local1[1]._ox1400 = _mr252._vd1015[2]; _local1[1]._ca1445 = _mr252._vd1015[1]; _local1[2]._ox1400 = _mr252._vd1015[2]; _local1[2]._ca1445 = _mr252._vd1015[3]; }; }; _local7 = 0; _mr252._tm46 = -1; _mr252._np521 = -1; _local6 = 0; while (_local6 < 4) { if (_local1[_local6]._ur745 != 0){ _local1[_local6]._jp169 = _xk1459._ch501(_local1[_local6]._ox1400, _local1[_local6]._ca1445); if (_local1[_local6]._jp169 != 0){ _local7++; }; if (_local1[_local6]._jp169 == 3){ _local13 = true; break; }; } else { _local1[_local6]._jp169 = 0; }; _local6++; }; if (!_local13){ _local8 = 0; _local9 = 0; if (_mr252._bd86._km518 == 0){ _local6 = 0; while (_local6 < 4) { if (_local1[_local6]._jp169 != 0){ switch (_local1[_local6]._ur745){ case 1: _local9 = 1; break; case 2: _local8 = 1; break; case 3: if (_local7 == 1){ if (_local1[_local6]._jp169 == 1){ _local9 = 1; } else { _local8 = 1; }; }; break; }; }; _local6++; }; if (_local8 != 0){ _local10._lu1261 = -(_local10._lu1261); }; if (_local9 != 0){ _local10._bi204 = -(_local10._bi204); }; }; }; _local11._we332 = 0; _local11._wr219 = _local3; _local11._fq357 = (_local10._ox1400 >> _wo1183._ln85); if (_local10.stopped != 0){ _local11._fq357 = (_local11._fq357 + _mr252._nk584._ox1400); }; _local11._uq423 = (_local10._ca1445 >> _wo1183._ln85); _mr252._gi1206++; _mr252._rn955++; }; }; }; }; } public static function _lr390(_arg1:Array, _arg2:Array):int{ if ((((((((_arg1[0] <= _arg2[2])) && ((_arg1[1] <= _arg2[3])))) && ((_arg1[2] >= _arg2[0])))) && ((_arg1[3] >= _arg2[1])))){ return (-1); }; return (0); } public static function _qn1377():void{ if (_mr252._rf553 > 0){ _xk1459._ng311(); }; } } }//package game
Section 237
//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.0.0.0"; 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 238
//ButtonAsset (mx.core.ButtonAsset) package mx.core { public class ButtonAsset extends FlexSimpleButton implements IFlexAsset, IFlexDisplayObject { private var _measuredHeight:Number; private var _measuredWidth:Number; mx_internal static const VERSION:String = "3.0.0.0"; public function ButtonAsset(){ _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; } } }//package mx.core
Section 239
//ByteArrayAsset (mx.core.ByteArrayAsset) package mx.core { import flash.utils.*; public class ByteArrayAsset extends ByteArray implements IFlexAsset { mx_internal static const VERSION:String = "3.0.0.0"; } }//package mx.core
Section 240
//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.0.0.0"; 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 241
//FlexSimpleButton (mx.core.FlexSimpleButton) package mx.core { import flash.display.*; import mx.utils.*; public class FlexSimpleButton extends SimpleButton { mx_internal static const VERSION:String = "3.0.0.0"; public function FlexSimpleButton(){ super(); try { name = NameUtil.createUniqueName(this); } catch(e:Error) { }; } override public function toString():String{ return (NameUtil.displayObjectToString(this)); } } }//package mx.core
Section 242
//IFlexAsset (mx.core.IFlexAsset) package mx.core { public interface IFlexAsset { } }//package mx.core
Section 243
//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 244
//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 245
//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 246
//SoundAsset (mx.core.SoundAsset) package mx.core { import flash.media.*; public class SoundAsset extends Sound implements IFlexAsset { mx_internal static const VERSION:String = "3.0.0.0"; } }//package mx.core
Section 247
//NameUtil (mx.utils.NameUtil) package mx.utils { import flash.utils.*; import flash.display.*; import mx.core.*; public class NameUtil { mx_internal static const VERSION:String = "3.0.0.0"; private static var counter:int = 0; public static function displayObjectToString(_arg1:DisplayObject):String{ var _local2:String; var _local4:String; var _local5:Array; var _local3:DisplayObject = _arg1; while (_local3 != null) { if (((((_local3.parent) && (_local3.stage))) && ((_local3.parent == _local3.stage)))){ break; }; _local4 = _local3.name; if ((_local3 is IRepeaterClient)){ _local5 = IRepeaterClient(_local3).instanceIndices; if (_local5){ _local4 = (_local4 + (("[" + _local5.join("][")) + "]")); }; }; _local2 = ((_local2 == null)) ? _local4 : ((_local4 + ".") + _local2); _local3 = _local3.parent; }; return (_local2); } 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 248
//_hw470 (_hw470) package { import flash.display.*; import framework.*; import flash.events.*; import game.*; import flash.net.*; public class _hw470 extends Bitmap implements _cq301 { private const _sm1217:uint = 230; private const _pc679:uint = 0; private const _yi955:uint = 43; private const _eh791:uint = 15; private const _ie39:uint = 90; private const _cc1548:uint = 0; private const _bm1473:String; private const _js797:uint = 15; private const _sl942:uint = 181; private var _mb529:Sprite; private var _je561:Sprite; private var _ao254:Sprite; private var manager:_tr1424; private var _ht1417:Sprite; private var _hi992:Sprite; public function _hw470(){ _bm1473 = irrcrpt("jvvr://mtarvqpgii.eqo/fgoq.rjr?htqo=hncuj", 2); super(); manager = _tr1424.getInstance(); this.scaleX = 2; this.scaleY = 2; _ht1417 = new Sprite(); _ht1417.graphics.beginFill(0xFFFF00); _ht1417.graphics.drawRect((_sl942 * this.scaleX), (_cc1548 * this.scaleY), (_yi955 * this.scaleX), (_eh791 * this.scaleY)); _ht1417.graphics.endFill(); _ht1417.alpha = 0; _ht1417.buttonMode = true; _ht1417.useHandCursor = true; _ht1417.addEventListener(MouseEvent.CLICK, _sc1154); _je561 = new Sprite(); _je561.graphics.beginFill(0xFFFF00); _je561.graphics.drawRect((_sm1217 * this.scaleX), (_pc679 * this.scaleY), (_ie39 * this.scaleX), (_js797 * this.scaleY)); _je561.graphics.endFill(); _je561.alpha = 0; _je561.buttonMode = true; _je561.useHandCursor = true; _je561.addEventListener(MouseEvent.CLICK, _yv240); } private function _yv240(_arg1:MouseEvent):void{ var _local2:URLRequest = new URLRequest(_bm1473); navigateToURL(_local2, irrcrpt("_dncpm", 2)); } public function show():void{ manager.addChild(this); manager.addChild(_ht1417); manager.addChild(_je561); manager.addChild(_mb529); manager.addChild(_hi992); manager.addChild(_ao254); _yh1455(); _cs560._fn1379(); } public function hide():void{ _go152(); manager.removeChild(this); manager.removeChild(_ao254); manager.removeChild(_mb529); manager.removeChild(_hi992); manager.removeChild(_ht1417); manager.removeChild(_je561); _qd516._pi1435(); } private function _ig686(_arg1:MouseEvent):void{ _qd516._lb412(_arg1.stageX, _arg1.stageY, this.scaleX, this.scaleY); } public function reset():void{ this.bitmapData = new BitmapData(320, 240, false, 0); _kd1133._yx705(this); _mb529 = _mr252._ej1486; _hi992 = _mr252._wu908; _ao254 = _mr252._cb1545; _qd516._pi1435(); } public function resume():void{ addEventListener(Event.ENTER_FRAME, onEnterFrame); _cs560._fn1379(); } private function _sc1154(_arg1:MouseEvent):void{ manager._id468(irrcrpt("MjquHqnhpji", 5)); } private function _yh1455():void{ _qd516._uu135(this.scaleX, this.scaleY); this.stage.addEventListener(KeyboardEvent.KEY_DOWN, _qd516._th912); this.stage.addEventListener(KeyboardEvent.KEY_UP, _qd516._wb55); this.stage.addEventListener(MouseEvent.MOUSE_MOVE, _qd516._wp1525); this.stage.addEventListener(MouseEvent.MOUSE_DOWN, _ig686); this.stage.addEventListener(MouseEvent.MOUSE_UP, _se132); } private function _go152():void{ this.stage.removeEventListener(KeyboardEvent.KEY_DOWN, _qd516._th912); this.stage.removeEventListener(KeyboardEvent.KEY_UP, _qd516._wb55); this.stage.removeEventListener(MouseEvent.MOUSE_MOVE, _qd516._wp1525); this.stage.removeEventListener(MouseEvent.MOUSE_DOWN, _ig686); this.stage.removeEventListener(MouseEvent.MOUSE_UP, _se132); } private function _se132(_arg1:MouseEvent):void{ _qd516._qe1025(); } private function onEnterFrame(_arg1:Event):void{ _kd1133._wq1345(); _kd1133._qg558(); _qd516._wv36(); } public function pause():void{ removeEventListener(Event.ENTER_FRAME, onEnterFrame); _qd516._pi1435(); } } }//package
Section 249
//_lk225 (_lk225) package { import flash.display.*; import framework.*; import flash.events.*; import flash.net.*; import flash.ui.*; public class _lk225 extends Sprite implements _cq301 { private const _dw346:int = 284; private const _tt474:int = 402; private const _jb1375:int = 210; private const _br840:int = 402; private const _cn50:int = 402; private const _ys644:String; private const _wq1473:int = 490; private const _mf1232:String; private var _ul901:Class; private var _kr633:Class; private var _tx918:Class; private var _yo461:Class; private var manager:_tr1424; public function _lk225(){ _tx918 = _lk225__tx918; _ul901 = _lk225__ul901; _kr633 = _lk225__kr633; _yo461 = _lk225__yo461; _ys644 = irrcrpt("jvvr://mtarvqpgii.eqo/dwa.rjr?htqo=hncuj", 2); _mf1232 = irrcrpt("iuuq://lszqupofhh.dpn/qmbz.qiq?ejsfdumwm5=usvf", 1); super(); manager = _tr1424.getInstance(); var _local1:Bitmap = new _tx918(); addChild(_local1); var _local2:SimpleButton = new _ul901(); _local2.x = _wq1473; _local2.y = _jb1375; _local2.addEventListener(MouseEvent.CLICK, _mn1293); addChild(_local2); var _local3:SimpleButton = new _yo461(); _local3.x = _tt474; _local3.y = _dw346; _local3.addEventListener(MouseEvent.CLICK, _yg770); addChild(_local3); var _local4:SimpleButton = new _kr633(); _local4.x = _br840; _local4.y = _cn50; _local4.addEventListener(MouseEvent.CLICK, _ov335); addChild(_local4); } public function hide():void{ manager.removeChild(this); } public function show():void{ Mouse.show(); manager.addChild(this); } public function _ov335(_arg1:Event):void{ manager._id468(irrcrpt("Tgrnca", 2)); } public function reset():void{ } public function _yg770(_arg1:Event):void{ var _local2:URLRequest = new URLRequest(_mf1232); navigateToURL(_local2, irrcrpt("_fpero", 4)); } public function pause():void{ } public function _mn1293(_arg1:Event):void{ var _local2:URLRequest = new URLRequest(_ys644); navigateToURL(_local2, irrcrpt("_gqfsp", 5)); } public function resume():void{ } } }//package
Section 250
//_lk225__kr633 (_lk225__kr633) package { import mx.core.*; public class _lk225__kr633 extends ButtonAsset { } }//package
Section 251
//_lk225__tx918 (_lk225__tx918) package { import mx.core.*; public class _lk225__tx918 extends BitmapAsset { } }//package
Section 252
//_lk225__ul901 (_lk225__ul901) package { import mx.core.*; public class _lk225__ul901 extends ButtonAsset { } }//package
Section 253
//_lk225__yo461 (_lk225__yo461) package { import mx.core.*; public class _lk225__yo461 extends ButtonAsset { } }//package
Section 254
//_pi1460 (_pi1460) package { import flash.display.*; import framework.*; import flash.events.*; import flash.text.*; import flash.net.*; public class _pi1460 extends Sprite implements _cq301 { private const _ow1230:uint = 0; private const _kv213:uint = 300; private const _ib1405:uint = 0xFFFFFF; private const _eg506:uint = 0; private const _id1395:uint = 120; private var _vw1308:String; private var _jc91:Class; private var manager:_tr1424; public function _pi1460(_arg1:String){ _jc91 = _pi1460__jc91; super(); manager = _tr1424.getInstance(); _vw1308 = _arg1; var _local2:Bitmap = new _jc91(); _local2.x = ((640 / 2) - (_local2.width / 2)); _local2.y = _id1395; addChild(_local2); var _local3:TextField = _gi413._yf1381(0, _eg506, 640, 60, _ib1405, irrcrpt("Bsjbm", 1), 60, TextFormatAlign.CENTER); _local3.text = irrcrpt("Ceeguu Fgpkgf", 2); addChild(_local3); var _local4:TextField = _gi413._yf1381(0, _kv213, 640, 180, _ib1405, irrcrpt("Evmep", 4), 34, TextFormatAlign.CENTER); _local4.multiline = true; _local4.wordWrap = true; _local4.text = (irrcrpt("Tpiewi zmwmx syv aifwmxi mj csy aerx xs tpec sv hsarpseh xli keqi ex : ", 4) + _vw1308); addChild(_local4); this.graphics.beginFill(_ow1230); this.graphics.drawRect(0, 0, 640, 480); this.graphics.endFill(); this.useHandCursor = true; this.buttonMode = true; this.addEventListener(MouseEvent.CLICK, _ro832); } public function hide():void{ manager.removeChild(this); } public function reset():void{ } public function pause():void{ } public function _ro832(_arg1:Event):void{ var _local2:URLRequest = new URLRequest(_vw1308); navigateToURL(_local2, irrcrpt("_cmbol", 1)); } public function resume():void{ } public function show():void{ manager.addChild(this); } } }//package
Section 255
//_pi1460__jc91 (_pi1460__jc91) package { import mx.core.*; public class _pi1460__jc91 extends BitmapAsset { } }//package
Section 256
//_qd516 (_qd516) package { import flash.events.*; import flash.ui.*; public class _qd516 { public static var RIGHT:int = Keyboard.RIGHT; public static var LEFT:int = Keyboard.LEFT; private static var _ik1319:Boolean = false; private static var _lj372:int; private static var _kl233:Boolean = false; private static var _ot514:Boolean = false; private static var _qy489:Boolean = false; private static var _au1358:Boolean = false; public static var UP:int = Keyboard.UP; private static var _qh597:Boolean = false; private static var _ig57:Boolean = false; private static var _fq20:Boolean = false; public static var DOWN:int = Keyboard.DOWN; private static var _oa368:Boolean = false; private static var _fw1030:Boolean = false; private static var _hr342:Boolean = false; private static var _vc1207:Boolean = false; private static var _of1352:Boolean = false; private static var _gy1228:int; private static var _vn783:Boolean = false; private static var _et172:Boolean = false; private static var _oj109:Boolean = false; public static var _ji1521:int = "N".charCodeAt(); private static var _uh407:Boolean = false; private static var _yd552:Boolean = false; private static var mouseX:int; private static var mouseY:int; private static var _ww566:Boolean = false; private static var _ey1018:Boolean = false; public static var _eo1064:int = Keyboard.SPACE; private static var _ds1153:Boolean = false; public static var _sw856:int = 12000; public static function _wb55(_arg1:KeyboardEvent):void{ switch (_arg1.keyCode){ case _qd516.LEFT: _qd516._vn783 = (_qd516._kl233 = false); _qd516._fw1030 = true; break; case _qd516.UP: _qd516._qy489 = (_qd516._uh407 = false); _qd516._hr342 = true; break; case _qd516.RIGHT: _qd516._ot514 = (_qd516._ww566 = false); _qd516._oa368 = true; break; case _qd516.DOWN: _qd516._vc1207 = (_qd516._of1352 = false); _qd516._oj109 = true; break; case _qd516._eo1064: _qd516._au1358 = (_qd516._et172 = false); _qd516._ik1319 = true; break; case _qd516._ji1521: _qd516._ig57 = (_qd516._fq20 = false); _qd516._ds1153 = true; break; }; } public static function _wv36():void{ _vn783 = (_qy489 = (_ot514 = (_vc1207 = (_yd552 = (_au1358 = (_ig57 = false)))))); _fw1030 = (_hr342 = (_oa368 = (_oj109 = (_ey1018 = (_ik1319 = (_ds1153 = false)))))); } public static function _lb412(_arg1:int, _arg2:int, _arg3:int, _arg4:int):void{ mouseX = (_arg1 / _lj372); mouseY = (_arg2 / _gy1228); _yd552 = (_qh597 = true); _ey1018 = false; } public static function _pp63():int{ return (mouseX); } public static function _th912(_arg1:KeyboardEvent):void{ switch (_arg1.keyCode){ case _qd516.LEFT: _qd516._vn783 = (_qd516._kl233 = true); break; case _qd516.UP: _qd516._qy489 = (_qd516._uh407 = true); break; case _qd516.RIGHT: _qd516._ot514 = (_qd516._ww566 = true); break; case _qd516.DOWN: _qd516._vc1207 = (_qd516._of1352 = true); break; case _qd516._eo1064: _qd516._au1358 = (_qd516._et172 = true); break; case _qd516._ji1521: _qd516._ig57 = (_qd516._fq20 = true); break; }; } public static function _pb1060(_arg1:int):Boolean{ switch (_arg1){ case _qd516.LEFT: return (_qd516._vn783); case _qd516.UP: return (_qd516._qy489); case _qd516.RIGHT: return (_qd516._ot514); case _qd516.DOWN: return (_qd516._vc1207); case _qd516._eo1064: return (_qd516._au1358); case _qd516._sw856: return (_qd516._yd552); case _qd516._ji1521: return (_qd516._ig57); default: return (false); }; } public static function _gq1021():int{ return (mouseY); } public static function _uu135(_arg1:int, _arg2:int):void{ _lj372 = _arg1; _gy1228 = _arg2; } public static function _qe1025():void{ _yd552 = (_qh597 = false); _ey1018 = true; } public static function _pi1435():void{ _vn783 = (_qy489 = (_ot514 = (_vc1207 = (_yd552 = (_au1358 = (_ig57 = false)))))); _kl233 = (_uh407 = (_ww566 = (_of1352 = (_qh597 = (_et172 = (_fq20 = false)))))); _fw1030 = (_hr342 = (_oa368 = (_oj109 = (_ey1018 = (_ik1319 = (_ds1153 = false)))))); } public static function _jy788(_arg1:int):Boolean{ switch (_arg1){ case _qd516.LEFT: return (_qd516._kl233); case _qd516.UP: return (_qd516._uh407); case _qd516.RIGHT: return (_qd516._ww566); case _qd516.DOWN: return (_qd516._of1352); case _qd516._eo1064: return (_qd516._et172); case _qd516._sw856: return (_qd516._qh597); case _qd516._ji1521: return (_qd516._fq20); default: return (false); }; } public static function _wp1525(_arg1:MouseEvent):void{ mouseX = (_arg1.stageX / _lj372); mouseY = (_arg1.stageY / _gy1228); } public static function _lh1087(_arg1:int):Boolean{ switch (_arg1){ case _qd516.LEFT: return (_qd516._fw1030); case _qd516.UP: return (_qd516._hr342); case _qd516.RIGHT: return (_qd516._oa368); case _qd516.DOWN: return (_qd516._oj109); case _qd516._eo1064: return (_qd516._ik1319); case _qd516._sw856: return (_qd516._ey1018); case _qd516._ji1521: return (_qd516._ds1153); default: return (false); }; } } }//package
Section 257
//_si1168 (_si1168) package { import flash.display.*; import framework.*; import flash.events.*; import game.*; import flash.net.*; public class _si1168 extends Sprite implements _cq301 { private const _jg1501:int = 392; private const _dw346:int = 354; private const _ug951:int = 220; private const _tt474:int = 392; private const _mf1232:String; private var _gu164:Class; private var _tx918:Class; private var _yo461:Class; private var manager:_tr1424; public function _si1168(){ _tx918 = _si1168__tx918; _gu164 = _si1168__gu164; _yo461 = _si1168__yo461; _mf1232 = irrcrpt("iuuq://lszqupofhh.dpn/qmbz.qiq?ejsfdumwm5=usvf", 1); super(); manager = _tr1424.getInstance(); var _local1:Bitmap = new _tx918(); addChild(_local1); var _local2:SimpleButton = new _gu164(); _local2.x = _jg1501; _local2.y = _ug951; _local2.addEventListener(MouseEvent.CLICK, _vr289); addChild(_local2); var _local3:SimpleButton = new _yo461(); _local3.x = _tt474; _local3.y = _dw346; _local3.addEventListener(MouseEvent.CLICK, _yg770); addChild(_local3); } public function _yg770(_arg1:MouseEvent):void{ var _local2:URLRequest = new URLRequest(_mf1232); navigateToURL(_local2, irrcrpt("_dncpm", 2)); } public function show():void{ manager.addChild(this); _cs560._xu320(_wo1183._is1547); } public function reset():void{ } public function hide():void{ manager.removeChild(this); } public function resume():void{ } public function pause():void{ } public function _vr289(_arg1:MouseEvent):void{ manager._id468(irrcrpt("Qmbz", 1)); } } }//package
Section 258
//_si1168__gu164 (_si1168__gu164) package { import mx.core.*; public class _si1168__gu164 extends ButtonAsset { } }//package
Section 259
//_si1168__tx918 (_si1168__tx918) package { import mx.core.*; public class _si1168__tx918 extends BitmapAsset { } }//package
Section 260
//_si1168__yo461 (_si1168__yo461) package { import mx.core.*; public class _si1168__yo461 extends ButtonAsset { } }//package
Section 261
//_sm156 (_sm156) package { import flash.display.*; import framework.*; import flash.geom.*; import flash.net.*; public class _sm156 extends _fs191 { private var _rk1186:Object; public var _lo1468:MovieClip; public function _sm156(_arg1:Object, _arg2:uint=0, _arg3:Class=null){ super(_arg2, _arg3); _lo1468 = new MovieClip(); addChild(_lo1468); _rk1186 = _arg1; } override public function _pe1212():void{ var url:String = (_py1275._sx1089 + irrcrpt("dgvnlsshg.sks", 3)); var _kx233:URLVariables = new URLVariables(); _kx233.logid = _rk1186.logid; var request:URLRequest = new URLRequest(url); request.data = _kx233; request.method = URLRequestMethod.POST; try { sendToURL(request); } catch(e:Error) { }; manager._id468(irrcrpt("BeTljqqfe", 1)); } override public function show():void{ manager.addChild(this); var _local1:Object = {_oj209:_rk1186, container:this._lo1468, _bv1309:new Rectangle(160, 120, 320, 240), ad_started:this._yk53, ad_finished:this._mo426, ad_failed:this._pd1369, ad_skipped:this._pe1212}; _py1275._ym1172(_local1); } } }//package
Section 262
//_vl1339 (_vl1339) package { import flash.display.*; import framework.*; import flash.events.*; public class _vl1339 extends _fs191 { public var _lo1468:MovieClip; private var _qh1194:Bitmap; private var _qe1188:Number; private var _do1429:String; private var _wo54:int; public function _vl1339(_arg1:String, _arg2:uint=0, _arg3:Class=null){ super(_arg2, _arg3); _lo1468 = new MovieClip(); _lo1468.x = ((640 / 2) - (320 / 2)); _lo1468.y = ((480 / 2) - (320 / 2)); addChild(_lo1468); _do1429 = _arg1; var _local4:BitmapData = _gi413._fj711(irrcrpt("MPBEJOH BEWFSUJTJOH", 1), 0xFFFFFF, irrcrpt("Fwnfq", 5), 30); _qh1194 = new Bitmap(_local4); _qh1194.x = ((640 / 2) - (_local4.width / 2)); _qh1194.y = ((480 / 2) - (_local4.height / 2)); _wo54 = -1; _qe1188 = 0.05; } public function _dl958(_arg1:Number, _arg2:Number):void{ removeChild(_qh1194); removeEventListener(Event.ENTER_FRAME, onEnterFrame); } private function onEnterFrame(_arg1:Event):void{ _qh1194.alpha = (_qh1194.alpha + (_qe1188 * _wo54)); if (_qh1194.alpha <= 0){ _wo54 = 1; } else { if (_qh1194.alpha >= 1){ _wo54 = -1; }; }; } override public function show():void{ manager.addChild(this); addChild(_qh1194); addEventListener(Event.ENTER_FRAME, onEnterFrame); var _local1:Object = {id:_do1429, res:irrcrpt("875c875", 5), clip:this._lo1468, ad_started:this._yk53, ad_finished:this._mo426, ad_failed:this._pd1369, ad_skipped:this._pe1212, ad_loaded:this._dl958, no_bg:false}; MochiAd.showInterLevelAd(_local1); } } }//package
Section 263
//_xi618 (_xi618) package { import flash.display.*; import framework.*; import flash.events.*; import game.*; public class _xi618 extends Sprite implements _cq301 { private var _dr1123:Sprite; private var _xm1251:Class; private var _qe1188:Number; private var _wo54:int; private var _gw315:Class; private var manager:_tr1424; private var counter:int; public function _xi618(){ _gw315 = _xi618__gw315; _xm1251 = _xi618__xm1251; super(); manager = _tr1424.getInstance(); var _local1:Bitmap = new _gw315(); _local1.x = 0; _local1.y = 0; addChild(_local1); _dr1123 = new Sprite(); _dr1123.addChild(new _xm1251()); _dr1123.x = 480; _dr1123.y = 370; addChild(_dr1123); _dr1123.buttonMode = true; _dr1123.useHandCursor = true; _dr1123.addEventListener(MouseEvent.CLICK, _va607); _wo54 = -1; _qe1188 = 0.02; counter = 0; } public function hide():void{ manager.removeChild(this); removeEventListener(Event.ENTER_FRAME, onEnterFrame); counter++; if (counter == 1){ _cs560._mc1221(); }; } public function resume():void{ } public function pause():void{ } public function reset():void{ } private function _va607(_arg1:MouseEvent):void{ manager._id468(irrcrpt("OfyuDmjdlfe", 1)); } private function onEnterFrame(_arg1:Event):void{ _dr1123.alpha = (_dr1123.alpha + (_qe1188 * _wo54)); if (_dr1123.alpha <= 0){ _wo54 = 1; } else { if (_dr1123.alpha >= 1){ _wo54 = -1; }; }; } public function show():void{ manager.addChild(this); addEventListener(Event.ENTER_FRAME, onEnterFrame); } } }//package
Section 264
//_xi618__gw315 (_xi618__gw315) package { import mx.core.*; public class _xi618__gw315 extends BitmapAsset { } }//package
Section 265
//_xi618__xm1251 (_xi618__xm1251) package { import mx.core.*; public class _xi618__xm1251 extends BitmapAsset { } }//package
Section 266
//irrcrpt (irrcrpt) package { public function irrcrpt(_arg1:String, _arg2:int):String{ var _local5:int; var _local3:String = new String(); var _local4:int; while (_local4 < _arg1.length) { _local5 = _arg1.charCodeAt(_local4); if ((((_local5 >= 48)) && ((_local5 <= 57)))){ _local5 = ((_local5 - _arg2) - 48); if (_local5 < 0){ _local5 = (_local5 + ((57 - 48) + 1)); }; _local5 = ((_local5 % ((57 - 48) + 1)) + 48); } else { if ((((_local5 >= 65)) && ((_local5 <= 90)))){ _local5 = ((_local5 - _arg2) - 65); if (_local5 < 0){ _local5 = (_local5 + ((90 - 65) + 1)); }; _local5 = ((_local5 % ((90 - 65) + 1)) + 65); } else { if ((((_local5 >= 97)) && ((_local5 <= 122)))){ _local5 = ((_local5 - _arg2) - 97); if (_local5 < 0){ _local5 = (_local5 + ((122 - 97) + 1)); }; _local5 = ((_local5 % ((122 - 97) + 1)) + 97); }; }; }; _local3 = (_local3 + String.fromCharCode(_local5)); _local4++; }; return (_local3); } }//package
Section 267
//Preloader (Preloader) package { import flash.events.*; import flash.utils.*; import flash.display.*; import flash.text.*; import framework.*; import flash.system.*; public class Preloader extends MovieClip { private var _ie343:_df177; public var _nl147:Sprite; private static const _fd1389:int = 120; private static const _vu1544:int = 400; private static const _ow1230:uint = 0; public static const _ou1156:uint = 0xFFFF00; private static const _ek884:int = 240; private static const _og649:String = irrcrpt("Uijt hbnf jt opu bwbjmbcmf boznpsf !", 1); private static const _ih176:int = 340; private static const _tu787:String = irrcrpt("iuuq://xxx.fbtzsfusp.dpn/bet/dspttepnbjo.ynm", 1); private static const _mj94:String = irrcrpt("lszqupofhh", 1); public static const _uj472:int = 80; public static const _us57:int = 150; private static const _jw457:int = 50; public static const _fx1171:int = 480; private static const _al422:int = 215; private static const _wm1097:String = "mochiad"; public static const _nr706:uint = 0xBBBBBB; public static const _so977:int = 165; public static var _nm1546:Class = Preloader__nm1546; private static var _fl1047:Class = Preloader__fl1047; public function Preloader(){ stage.scaleMode = StageScaleMode.NO_SCALE; stage.frameRate = 35; Security.loadPolicyFile(_tu787); stop(); addEventListener(Event.ENTER_FRAME, onEnterFrame); this.loaderInfo.addEventListener(IOErrorEvent.IO_ERROR, _ex1385); this.graphics.clear(); this.graphics.beginFill(_ow1230); this.graphics.drawRect(0, 0, 640, 480); this.graphics.endFill(); this.graphics.beginFill(_nr706); this.graphics.drawRect(_uj472, _so977, _fx1171, _us57); this.graphics.endFill(); _nl147 = new Sprite(); addChild(_nl147); var _local1:Bitmap = new _nm1546(); _local1.x = _uj472; _local1.y = _so977; addChild(_local1); var _local2:Bitmap = new _fl1047(); _local2.x = _ek884; _local2.y = _ih176; addChild(_local2); _ie343 = new _df177(); _ie343._gu137(_mj94, _wm1097); } public function _ex1385(_arg1:Event):void{ } public function onEnterFrame(_arg1:Event):void{ var _local2:int; var _local3:int; var _local4:Class; var _local5:TextField; var _local6:Number; if (this.framesLoaded == this.totalFrames){ if ((_ie343._tk1293() & _df177._rn201)){ removeEventListener(Event.ENTER_FRAME, onEnterFrame); _local2 = this.numChildren; _local3 = 0; while (_local3 < _local2) { this.removeChildAt(0); _local3++; }; this.graphics.beginFill(_ow1230); this.graphics.drawRect(0, 0, 640, 480); this.graphics.endFill(); if (_ie343._us570()){ nextFrame(); _local4 = Class(getDefinitionByName(irrcrpt("Wixyt", 4))); if (_local4){ var _local7 = _local4; _local7["setupScreens"](this, _ie343); }; } else { _local5 = _gi413._yf1381(_fd1389, _al422, _vu1544, _jw457, 0xFFFFFF, irrcrpt("Ctkcn", 2), 22, TextFormatAlign.CENTER); _local5.text = _og649; addChild(_local5); }; }; } else { _local6 = (Number(this.loaderInfo.bytesLoaded) / Number(this.loaderInfo.bytesTotal)); _nl147.graphics.clear(); _nl147.graphics.beginFill(_ou1156); _nl147.graphics.drawRect(_uj472, _so977, (_fx1171 * _local6), _us57); _nl147.graphics.endFill(); }; } } }//package
Section 268
//Preloader__fl1047 (Preloader__fl1047) package { import mx.core.*; public class Preloader__fl1047 extends BitmapAsset { } }//package
Section 269
//Preloader__nm1546 (Preloader__nm1546) package { import mx.core.*; public class Preloader__nm1546 extends BitmapAsset { } }//package
Section 270
//Setup (Setup) package { import flash.display.*; import framework.*; public class Setup { public static function setupScreens(_arg1:DisplayObjectContainer, _arg2:_df177):void{ var _local4:_cq301; var _local5:_yj416; var _local3:_tr1424 = _tr1424.getInstance(); if (_arg2._bx291() == irrcrpt("qsglmeh", 4)){ _local4 = new _vl1339(_arg2._vk473()); _local5 = new _yj416(irrcrpt("CfHkpkujgf", 2)); _local5.show(irrcrpt("Ogpw", 2)); _local3._lf1312(irrcrpt("NpdijBet", 1), _local4, new Array(_local5)); _local3._bb292(irrcrpt("NpdijBet", 1)); } else { if (_arg2._bx291() == irrcrpt("fqvcf", 2)){ _local4 = new _sm156(_arg2._cc1512()); _local5 = new _yj416(irrcrpt("EhJmrmwlih", 4)); _local5.show(irrcrpt("Nfov", 1)); _local3._lf1312(irrcrpt("HsxEhw", 4), _local4, new Array(_local5)); _local3._bb292(irrcrpt("FqvCfu", 2)); } else { _local3._bb292(irrcrpt("Qiry", 4)); }; }; _local4 = new _si1168(); _local5 = new _yj416(irrcrpt("Uqfd", 5)); _local5.show(irrcrpt("Lipt", 4)); _local3._lf1312(irrcrpt("Nfov", 1), _local4, new Array(_local5)); _local4 = new _xi618(); _local5 = new _yj416(irrcrpt("SjcyHqnhpji", 5)); _local5.show(irrcrpt("Ghpr", 3)); _local5.reset(irrcrpt("Hiqs", 4)); _local5.resume(irrcrpt("Ghpr", 3)); _local3._lf1312(irrcrpt("Khos", 3), _local4, new Array(_local5)); _local4 = new _hw470(); var _local6:Array = new Array(); _local5 = new _yj416(irrcrpt("LiptGpmgoih", 4)); _local5.show(irrcrpt("Mjqu", 5)); _local5.pause(irrcrpt("Ijrt", 5)); var _local7:_yj416 = new _yj416(irrcrpt("OfyuDmjdlfe", 1)); _local7.show(irrcrpt("Ijrt", 5)); _local7.resume(irrcrpt("Ijrt", 5)); _local5._cm1137(irrcrpt("Mjqu", 5), irrcrpt("QhawFolfnhg", 3), _local7); _local6.push(_local5); _local5 = new _yj416(irrcrpt("IjrtJsiji", 5)); _local5.show(irrcrpt("Foejoh", 1)); _local5.pause(irrcrpt("Ijrt", 5)); _local6.push(_local5); _local3._lf1312(irrcrpt("Hiqs", 4), _local4, _local6); _local4 = new _lk225(); _local5 = new _yj416(irrcrpt("Sfqmbz", 1)); _local5.show(irrcrpt("Fgoq", 2)); _local5.resume(irrcrpt("Ijrt", 5)); _local5.reset(irrcrpt("Fgoq", 2)); _local3._lf1312(irrcrpt("Irhmrk", 4), _local4, new Array(_local5)); _local4 = new _pi1460(irrcrpt("jvvr://yyy.mtarvqpgii.eqo", 2)); _local3._lf1312(irrcrpt("Ijsnji", 5), _local4, null); _arg1.addChild(_local3); _local3.start(); } } }//package

Library Items

Symbol 1 Bitmap {Preloader__fl1047}
Symbol 2 Bitmap {Preloader__nm1546}
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:7
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:7
Symbol 7 Button {_si1168__yo461} [Play_4_5_6]Uses:4 6
Symbol 8 BitmapUsed by:9
Symbol 9 GraphicUses:8Used by:12
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 Button {_si1168__gu164} [Play_1_2_3]Uses:9 11
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:17
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:17
Symbol 17 Button {_lk225__yo461} [More]Uses:14 16
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:22
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:22
Symbol 22 Button {_lk225__kr633} [Replay]Uses:19 21
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:27
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:27
Symbol 27 Button {_lk225__ul901} [Buy]Uses:24 26
Symbol 28 Sound {game._kx927__fm15} [game._kx927__fm15]
Symbol 29 Sound {game._kx927__sw174} [game._kx927__sw174]
Symbol 30 Sound {game._kx927__qc1175} [game._kx927__qc1175]
Symbol 31 Sound {game._kx927__it896} [game._kx927__it896]
Symbol 32 Sound {game._kx927__so559} [game._kx927__so559]
Symbol 33 Sound {game._kx927__td1150} [game._kx927__td1150]
Symbol 34 Sound {game._kx927__ho903} [game._kx927__ho903]
Symbol 35 Sound {game._kx927__ey571} [game._kx927__ey571]
Symbol 36 Sound {game._kx927__vu169} [game._kx927__vu169]
Symbol 37 Sound {game._kx927__sw579} [game._kx927__sw579]
Symbol 38 Sound {game._kx927__hu1310} [game._kx927__hu1310]
Symbol 39 Sound {game._kx927__tk629} [game._kx927__tk629]
Symbol 40 Sound {game._kx927__qs633} [game._kx927__qs633]
Symbol 41 Sound {game._kx927__ww1092} [game._kx927__ww1092]
Symbol 42 Sound {game._kx927__ec1250} [game._kx927__ec1250]
Symbol 43 Sound {game._kx927__gx487} [game._kx927__gx487]
Symbol 44 Sound {game._kx927__ts92} [game._kx927__ts92]
Symbol 45 Sound {game._kx927__lv313} [game._kx927__lv313]
Symbol 46 Sound {game._kx927__dj343} [game._kx927__dj343]
Symbol 47 Sound {game._kx927__dw628} [game._kx927__dw628]
Symbol 48 Sound {game._kx927__nu1368} [game._kx927__nu1368]
Symbol 49 Sound {game._kx927__au396} [game._kx927__au396]
Symbol 50 Sound {game._kx927__la414} [game._kx927__la414]
Symbol 51 Sound {game._kx927__hk1317} [game._kx927__hk1317]
Symbol 52 Sound {game._kx927__hr510} [game._kx927__hr510]
Symbol 53 Sound {game._kx927__eq1187} [game._kx927__eq1187]
Symbol 54 Sound {game._kx927__wi1256} [game._kx927__wi1256]
Symbol 55 Sound {game._kx927__gj1510} [game._kx927__gj1510]
Symbol 56 Sound {game._kx927__tu1238} [game._kx927__tu1238]
Symbol 57 Sound {game._kx927__vr490} [game._kx927__vr490]
Symbol 58 Sound {game._kx927__ev1455} [game._kx927__ev1455]
Symbol 59 Sound {game._kx927__mb1539} [game._kx927__mb1539]
Symbol 60 Sound {game._kx927__ax168} [game._kx927__ax168]
Symbol 61 Sound {game._kx927__kg1026} [game._kx927__kg1026]
Symbol 62 Sound {game._kx927__lg790} [game._kx927__lg790]
Symbol 63 Sound {game._kx927__hj1544} [game._kx927__hj1544]
Symbol 64 Sound {game._kx927__kv746} [game._kx927__kv746]
Symbol 65 Sound {game._kx927__fv1512} [game._kx927__fv1512]
Symbol 66 Sound {game._kx927__uf126} [game._kx927__uf126]
Symbol 67 Sound {game._kx927__hy1011} [game._kx927__hy1011]
Symbol 68 Sound {game._kx927__my1268} [game._kx927__my1268]
Symbol 69 Sound {game._kx927__hl1482} [game._kx927__hl1482]
Symbol 70 Sound {game._kx927__qs765} [game._kx927__qs765]
Symbol 71 Sound {game._kx927__lb421} [game._kx927__lb421]
Symbol 72 Sound {game._kx927__hd463} [game._kx927__hd463]
Symbol 73 Sound {game._kx927__nr78} [game._kx927__nr78]
Symbol 74 Sound {game._kx927__jg583} [game._kx927__jg583]
Symbol 75 Sound {game._kx927__fi204} [game._kx927__fi204]
Symbol 76 Sound {game._kx927__gx1251} [game._kx927__gx1251]
Symbol 77 Sound {game._kx927__oh234} [game._kx927__oh234]
Symbol 78 Sound {game._kx927__fs304} [game._kx927__fs304]
Symbol 79 Sound {game._kx927__dg863} [game._kx927__dg863]
Symbol 80 Sound {game._kx927__is301} [game._kx927__is301]
Symbol 81 Sound {game._kx927__wm99} [game._kx927__wm99]
Symbol 82 Sound {game._kx927__er703} [game._kx927__er703]
Symbol 83 Sound {game._kx927__uo474} [game._kx927__uo474]
Symbol 84 Sound {game._kx927__be865} [game._kx927__be865]
Symbol 85 Sound {game._kx927__ac217} [game._kx927__ac217]
Symbol 86 Sound {game._kx927__gl1338} [game._kx927__gl1338]
Symbol 87 Sound {game._kx927__ja1020} [game._kx927__ja1020]
Symbol 88 Sound {game._kx927__jr1175} [game._kx927__jr1175]
Symbol 89 Sound {game._kx927__jn1013} [game._kx927__jn1013]
Symbol 90 Sound {game._kx927__kj1266} [game._kx927__kj1266]
Symbol 91 Sound {game._kx927__px632} [game._kx927__px632]
Symbol 92 Sound {game._kx927__cr67} [game._kx927__cr67]
Symbol 93 Sound {game._kx927__gr731} [game._kx927__gr731]
Symbol 94 Sound {game._kx927__qj1344} [game._kx927__qj1344]
Symbol 95 Sound {game._kx927__hg1018} [game._kx927__hg1018]
Symbol 96 Sound {game._kx927__vb411} [game._kx927__vb411]
Symbol 97 Sound {game._kx927__aq305} [game._kx927__aq305]
Symbol 98 Sound {game._kx927__hx113} [game._kx927__hx113]
Symbol 99 Sound {game._kx927__yo235} [game._kx927__yo235]
Symbol 100 Sound {game._kx927__om892} [game._kx927__om892]
Symbol 101 Sound {game._kx927__pd1452} [game._kx927__pd1452]
Symbol 102 Sound {game._kx927__nr13} [game._kx927__nr13]
Symbol 103 Sound {game._kx927__fo88} [game._kx927__fo88]
Symbol 104 Sound {game._kx927__ym464} [game._kx927__ym464]
Symbol 105 Sound {game._kx927__kf1404} [game._kx927__kf1404]
Symbol 106 Sound {game._kx927__wg884} [game._kx927__wg884]
Symbol 107 Sound {game._kx927__nf45} [game._kx927__nf45]
Symbol 108 Sound {game._kx927__kc1412} [game._kx927__kc1412]
Symbol 109 Sound {game._kx927__xc799} [game._kx927__xc799]
Symbol 110 Sound {game._kx927__kn1208} [game._kx927__kn1208]
Symbol 111 Sound {game._kx927__ps370} [game._kx927__ps370]
Symbol 112 Sound {game._kx927__bq1435} [game._kx927__bq1435]
Symbol 113 Sound {game._kx927__cb245} [game._kx927__cb245]
Symbol 114 Sound {game._kx927__lx1103} [game._kx927__lx1103]
Symbol 115 Sound {game._kx927__wl1099} [game._kx927__wl1099]
Symbol 116 Sound {game._kx927__bq952} [game._kx927__bq952]
Symbol 117 Sound {game._kx927__tl712} [game._kx927__tl712]
Symbol 118 Sound {game._kx927__iw272} [game._kx927__iw272]
Symbol 119 Sound {game._kx927__ds544} [game._kx927__ds544]
Symbol 120 Sound {game._kx927__ba703} [game._kx927__ba703]
Symbol 121 Sound {game._kx927__lf1138} [game._kx927__lf1138]
Symbol 122 Sound {game._kx927__iu106} [game._kx927__iu106]
Symbol 123 Sound {game._kx927__gi539} [game._kx927__gi539]
Symbol 124 Sound {game._kx927__as633} [game._kx927__as633]
Symbol 125 Sound {game._kx927__ly1400} [game._kx927__ly1400]
Symbol 126 Sound {game._kx927__rs1290} [game._kx927__rs1290]
Symbol 127 Sound {game._kx927__fw1280} [game._kx927__fw1280]
Symbol 128 Sound {game._kx927__we1408} [game._kx927__we1408]
Symbol 129 Sound {game._kx927__tt1289} [game._kx927__tt1289]
Symbol 130 Sound {game._kx927__wn523} [game._kx927__wn523]
Symbol 131 Sound {game._kx927__ew580} [game._kx927__ew580]
Symbol 132 Sound {game._kx927__ts404} [game._kx927__ts404]
Symbol 133 Sound {game._kx927__ni177} [game._kx927__ni177]
Symbol 134 Sound {game._kx927__er1539} [game._kx927__er1539]
Symbol 135 Sound {game._kx927__iu1281} [game._kx927__iu1281]
Symbol 136 Sound {game._kx927__nc427} [game._kx927__nc427]
Symbol 137 BinaryData {game._kx927__bh614}
Symbol 138 BinaryData {game._kx927__eb174}
Symbol 139 Bitmap {_si1168__tx918}
Symbol 140 BinaryData {game._kx927__hg474}
Symbol 141 BinaryData {game._kx927__jg1479}
Symbol 142 BinaryData {game._kx927__dy448}
Symbol 143 BinaryData {game._kx927__kd808}
Symbol 144 BinaryData {game._kx927__ei1121}
Symbol 145 BinaryData {game._kx927__vm84}
Symbol 146 BinaryData {game._kx927__vk333}
Symbol 147 BinaryData {game._kx927__sk841}
Symbol 148 BinaryData {game._kx927__sr637}
Symbol 149 BinaryData {game._kx927__el519}
Symbol 150 BinaryData {game._kx927__it1284}
Symbol 151 BinaryData {game._kx927__tx1144}
Symbol 152 BinaryData {game._kx927__hg353}
Symbol 153 Bitmap {_pi1460__jc91}
Symbol 154 BinaryData {game._kx927__rf323}
Symbol 155 BinaryData {game._kx927__qj485}
Symbol 156 BinaryData {game._kx927__ew398}
Symbol 157 BinaryData {game._kx927__qc825}
Symbol 158 BinaryData {game._kx927__hn1197}
Symbol 159 BinaryData {game._kx927__dq199}
Symbol 160 BinaryData {game._kx927__bk121}
Symbol 161 BinaryData {game._kx927__ny1229}
Symbol 162 BinaryData {game._kx927__qo924}
Symbol 163 BinaryData {game._kx927__tv798}
Symbol 164 BinaryData {game._kx927__kd436}
Symbol 165 BinaryData {game._kx927__wm312}
Symbol 166 BinaryData {game._kx927__yv497}
Symbol 167 BinaryData {game._kx927__il171}
Symbol 168 BinaryData {game._kx927__yf1143}
Symbol 169 BinaryData {game._kx927__pv1512}
Symbol 170 BinaryData {game._kx927__fr1073}
Symbol 171 BinaryData {game._kx927__wk620}
Symbol 172 BinaryData {game._kx927__xb508}
Symbol 173 BinaryData {game._kx927__qd1448}
Symbol 174 BinaryData {game._kx927__qi585}
Symbol 175 BinaryData {game._kx927__wh667}
Symbol 176 BinaryData {game._kx927__ni1514}
Symbol 177 Bitmap {_xi618__gw315}
Symbol 178 BinaryData {game._kx927__wm167}
Symbol 179 BinaryData {game._kx927__ky1498}
Symbol 180 BinaryData {game._kx927__nw1028}
Symbol 181 BinaryData {game._kx927__mi904}
Symbol 182 BinaryData {game._kx927__ls1142}
Symbol 183 BinaryData {game._kx927__lt996}
Symbol 184 BinaryData {game._kx927__qe884}
Symbol 185 BinaryData {game._kx927__rp1060}
Symbol 186 BinaryData {game._kx927__us1237}
Symbol 187 BinaryData {game._kx927__nu1312}
Symbol 188 BinaryData {game._kx927__wu622}
Symbol 189 BinaryData {game._kx927__sw367}
Symbol 190 BinaryData {game._kx927__bu611}
Symbol 191 BinaryData {game._kx927__ul532}
Symbol 192 BinaryData {game._kx927__hr1178}
Symbol 193 BinaryData {game._kx927__if1107}
Symbol 194 BinaryData {game._kx927__bd720}
Symbol 195 BinaryData {game._kx927__ey326}
Symbol 196 BinaryData {game._kx927__hq105}
Symbol 197 BinaryData {game._kx927__cn183}
Symbol 198 Bitmap {_xi618__xm1251}
Symbol 199 BinaryData {game._kx927__sn798}
Symbol 200 BinaryData {game._kx927__dy90}
Symbol 201 BinaryData {game._kx927__eb1072}
Symbol 202 BinaryData {game._kx927__gc1097}
Symbol 203 BinaryData {game._kx927__pl863}
Symbol 204 BinaryData {game._kx927__mg950}
Symbol 205 BinaryData {game._kx927__ds1024}
Symbol 206 BinaryData {game._kx927__mo111}
Symbol 207 BinaryData {game._kx927__lb699}
Symbol 208 BinaryData {game._kx927__xg741}
Symbol 209 BinaryData {game._kx927__eu1440}
Symbol 210 BinaryData {game._kx927__al250}
Symbol 211 BinaryData {game._kx927__cw262}
Symbol 212 BinaryData {game._kx927__bo814}
Symbol 213 BinaryData {game._kx927__hh759}
Symbol 214 BinaryData {game._kx927__eu296}
Symbol 215 BinaryData {game._kx927__wn135}
Symbol 216 BinaryData {game._kx927__mt505}
Symbol 217 BinaryData {game._kx927__ff709}
Symbol 218 BinaryData {game._kx927__ii1136}
Symbol 219 BinaryData {game._kx927__ep462}
Symbol 220 Bitmap {framework._py1275__qd1366}
Symbol 221 BinaryData {game._kx927__qd978}
Symbol 222 Bitmap {_lk225__tx918}
Symbol 223 BinaryData {game._kx927__fr1545}
Symbol 224 BinaryData {game._kx927__bt1204}

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 1459 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 7 as "Play_4_5_6"
ExportAssets (56)Timeline Frame 2Symbol 12 as "Play_1_2_3"
ExportAssets (56)Timeline Frame 2Symbol 17 as "More"
ExportAssets (56)Timeline Frame 2Symbol 22 as "Replay"
ExportAssets (56)Timeline Frame 2Symbol 27 as "Buy"
ExportAssets (56)Timeline Frame 2Symbol 28 as "game._kx927__fm15"
ExportAssets (56)Timeline Frame 2Symbol 29 as "game._kx927__sw174"
ExportAssets (56)Timeline Frame 2Symbol 30 as "game._kx927__qc1175"
ExportAssets (56)Timeline Frame 2Symbol 31 as "game._kx927__it896"
ExportAssets (56)Timeline Frame 2Symbol 32 as "game._kx927__so559"
ExportAssets (56)Timeline Frame 2Symbol 33 as "game._kx927__td1150"
ExportAssets (56)Timeline Frame 2Symbol 34 as "game._kx927__ho903"
ExportAssets (56)Timeline Frame 2Symbol 35 as "game._kx927__ey571"
ExportAssets (56)Timeline Frame 2Symbol 36 as "game._kx927__vu169"
ExportAssets (56)Timeline Frame 2Symbol 37 as "game._kx927__sw579"
ExportAssets (56)Timeline Frame 2Symbol 38 as "game._kx927__hu1310"
ExportAssets (56)Timeline Frame 2Symbol 39 as "game._kx927__tk629"
ExportAssets (56)Timeline Frame 2Symbol 40 as "game._kx927__qs633"
ExportAssets (56)Timeline Frame 2Symbol 41 as "game._kx927__ww1092"
ExportAssets (56)Timeline Frame 2Symbol 42 as "game._kx927__ec1250"
ExportAssets (56)Timeline Frame 2Symbol 43 as "game._kx927__gx487"
ExportAssets (56)Timeline Frame 2Symbol 44 as "game._kx927__ts92"
ExportAssets (56)Timeline Frame 2Symbol 45 as "game._kx927__lv313"
ExportAssets (56)Timeline Frame 2Symbol 46 as "game._kx927__dj343"
ExportAssets (56)Timeline Frame 2Symbol 47 as "game._kx927__dw628"
ExportAssets (56)Timeline Frame 2Symbol 48 as "game._kx927__nu1368"
ExportAssets (56)Timeline Frame 2Symbol 49 as "game._kx927__au396"
ExportAssets (56)Timeline Frame 2Symbol 50 as "game._kx927__la414"
ExportAssets (56)Timeline Frame 2Symbol 51 as "game._kx927__hk1317"
ExportAssets (56)Timeline Frame 2Symbol 52 as "game._kx927__hr510"
ExportAssets (56)Timeline Frame 2Symbol 53 as "game._kx927__eq1187"
ExportAssets (56)Timeline Frame 2Symbol 54 as "game._kx927__wi1256"
ExportAssets (56)Timeline Frame 2Symbol 55 as "game._kx927__gj1510"
ExportAssets (56)Timeline Frame 2Symbol 56 as "game._kx927__tu1238"
ExportAssets (56)Timeline Frame 2Symbol 57 as "game._kx927__vr490"
ExportAssets (56)Timeline Frame 2Symbol 58 as "game._kx927__ev1455"
ExportAssets (56)Timeline Frame 2Symbol 59 as "game._kx927__mb1539"
ExportAssets (56)Timeline Frame 2Symbol 60 as "game._kx927__ax168"
ExportAssets (56)Timeline Frame 2Symbol 61 as "game._kx927__kg1026"
ExportAssets (56)Timeline Frame 2Symbol 62 as "game._kx927__lg790"
ExportAssets (56)Timeline Frame 2Symbol 63 as "game._kx927__hj1544"
ExportAssets (56)Timeline Frame 2Symbol 64 as "game._kx927__kv746"
ExportAssets (56)Timeline Frame 2Symbol 65 as "game._kx927__fv1512"
ExportAssets (56)Timeline Frame 2Symbol 66 as "game._kx927__uf126"
ExportAssets (56)Timeline Frame 2Symbol 67 as "game._kx927__hy1011"
ExportAssets (56)Timeline Frame 2Symbol 68 as "game._kx927__my1268"
ExportAssets (56)Timeline Frame 2Symbol 69 as "game._kx927__hl1482"
ExportAssets (56)Timeline Frame 2Symbol 70 as "game._kx927__qs765"
ExportAssets (56)Timeline Frame 2Symbol 71 as "game._kx927__lb421"
ExportAssets (56)Timeline Frame 2Symbol 72 as "game._kx927__hd463"
ExportAssets (56)Timeline Frame 2Symbol 73 as "game._kx927__nr78"
ExportAssets (56)Timeline Frame 2Symbol 74 as "game._kx927__jg583"
ExportAssets (56)Timeline Frame 2Symbol 75 as "game._kx927__fi204"
ExportAssets (56)Timeline Frame 2Symbol 76 as "game._kx927__gx1251"
ExportAssets (56)Timeline Frame 2Symbol 77 as "game._kx927__oh234"
ExportAssets (56)Timeline Frame 2Symbol 78 as "game._kx927__fs304"
ExportAssets (56)Timeline Frame 2Symbol 79 as "game._kx927__dg863"
ExportAssets (56)Timeline Frame 2Symbol 80 as "game._kx927__is301"
ExportAssets (56)Timeline Frame 2Symbol 81 as "game._kx927__wm99"
ExportAssets (56)Timeline Frame 2Symbol 82 as "game._kx927__er703"
ExportAssets (56)Timeline Frame 2Symbol 83 as "game._kx927__uo474"
ExportAssets (56)Timeline Frame 2Symbol 84 as "game._kx927__be865"
ExportAssets (56)Timeline Frame 2Symbol 85 as "game._kx927__ac217"
ExportAssets (56)Timeline Frame 2Symbol 86 as "game._kx927__gl1338"
ExportAssets (56)Timeline Frame 2Symbol 87 as "game._kx927__ja1020"
ExportAssets (56)Timeline Frame 2Symbol 88 as "game._kx927__jr1175"
ExportAssets (56)Timeline Frame 2Symbol 89 as "game._kx927__jn1013"
ExportAssets (56)Timeline Frame 2Symbol 90 as "game._kx927__kj1266"
ExportAssets (56)Timeline Frame 2Symbol 91 as "game._kx927__px632"
ExportAssets (56)Timeline Frame 2Symbol 92 as "game._kx927__cr67"
ExportAssets (56)Timeline Frame 2Symbol 93 as "game._kx927__gr731"
ExportAssets (56)Timeline Frame 2Symbol 94 as "game._kx927__qj1344"
ExportAssets (56)Timeline Frame 2Symbol 95 as "game._kx927__hg1018"
ExportAssets (56)Timeline Frame 2Symbol 96 as "game._kx927__vb411"
ExportAssets (56)Timeline Frame 2Symbol 97 as "game._kx927__aq305"
ExportAssets (56)Timeline Frame 2Symbol 98 as "game._kx927__hx113"
ExportAssets (56)Timeline Frame 2Symbol 99 as "game._kx927__yo235"
ExportAssets (56)Timeline Frame 2Symbol 100 as "game._kx927__om892"
ExportAssets (56)Timeline Frame 2Symbol 101 as "game._kx927__pd1452"
ExportAssets (56)Timeline Frame 2Symbol 102 as "game._kx927__nr13"
ExportAssets (56)Timeline Frame 2Symbol 103 as "game._kx927__fo88"
ExportAssets (56)Timeline Frame 2Symbol 104 as "game._kx927__ym464"
ExportAssets (56)Timeline Frame 2Symbol 105 as "game._kx927__kf1404"
ExportAssets (56)Timeline Frame 2Symbol 106 as "game._kx927__wg884"
ExportAssets (56)Timeline Frame 2Symbol 107 as "game._kx927__nf45"
ExportAssets (56)Timeline Frame 2Symbol 108 as "game._kx927__kc1412"
ExportAssets (56)Timeline Frame 2Symbol 109 as "game._kx927__xc799"
ExportAssets (56)Timeline Frame 2Symbol 110 as "game._kx927__kn1208"
ExportAssets (56)Timeline Frame 2Symbol 111 as "game._kx927__ps370"
ExportAssets (56)Timeline Frame 2Symbol 112 as "game._kx927__bq1435"
ExportAssets (56)Timeline Frame 2Symbol 113 as "game._kx927__cb245"
ExportAssets (56)Timeline Frame 2Symbol 114 as "game._kx927__lx1103"
ExportAssets (56)Timeline Frame 2Symbol 115 as "game._kx927__wl1099"
ExportAssets (56)Timeline Frame 2Symbol 116 as "game._kx927__bq952"
ExportAssets (56)Timeline Frame 2Symbol 117 as "game._kx927__tl712"
ExportAssets (56)Timeline Frame 2Symbol 118 as "game._kx927__iw272"
ExportAssets (56)Timeline Frame 2Symbol 119 as "game._kx927__ds544"
ExportAssets (56)Timeline Frame 2Symbol 120 as "game._kx927__ba703"
ExportAssets (56)Timeline Frame 2Symbol 121 as "game._kx927__lf1138"
ExportAssets (56)Timeline Frame 2Symbol 122 as "game._kx927__iu106"
ExportAssets (56)Timeline Frame 2Symbol 123 as "game._kx927__gi539"
ExportAssets (56)Timeline Frame 2Symbol 124 as "game._kx927__as633"
ExportAssets (56)Timeline Frame 2Symbol 125 as "game._kx927__ly1400"
ExportAssets (56)Timeline Frame 2Symbol 126 as "game._kx927__rs1290"
ExportAssets (56)Timeline Frame 2Symbol 127 as "game._kx927__fw1280"
ExportAssets (56)Timeline Frame 2Symbol 128 as "game._kx927__we1408"
ExportAssets (56)Timeline Frame 2Symbol 129 as "game._kx927__tt1289"
ExportAssets (56)Timeline Frame 2Symbol 130 as "game._kx927__wn523"
ExportAssets (56)Timeline Frame 2Symbol 131 as "game._kx927__ew580"
ExportAssets (56)Timeline Frame 2Symbol 132 as "game._kx927__ts404"
ExportAssets (56)Timeline Frame 2Symbol 133 as "game._kx927__ni177"
ExportAssets (56)Timeline Frame 2Symbol 134 as "game._kx927__er1539"
ExportAssets (56)Timeline Frame 2Symbol 135 as "game._kx927__iu1281"
ExportAssets (56)Timeline Frame 2Symbol 136 as "game._kx927__nc427"
SerialNumber (41)Timeline Frame 1

Labels

"Preloader"Frame 1
"two"Frame 2




http://swfchan.com/48/235226/info.shtml
Created: 28/5 -2020 03:10:27 Last modified: 28/5 -2020 03:10:27 Server time: 19/04 -2024 06:37:43