home *** CD-ROM | disk | FTP | other *** search
- function §\x01\x02§()
- {
- return 1723;
- }
- var §\x01§ = -1060 + "\x01\x02"();
- while(true)
- {
- if(eval("\x01") == 663)
- {
- set("\x01",eval("\x01") - 194);
- §§push(true);
- }
- else
- {
- if(eval("\x01") == 622)
- {
- set("\x01",eval("\x01") - 213);
- getURL(§§pop(),[]);
- break;
- }
- if(eval("\x01") == 736)
- {
- set("\x01",eval("\x01") - 569);
- var §§pop() = function §\x01\x02§()
- {
- return 1723;
- };
- }
- else if(eval("\x01") == 210)
- {
- set("\x01",eval("\x01") + 526);
- §§push("\x0f");
- §§push(1);
- }
- else if(eval("\x01") == 237)
- {
- set("\x01",eval("\x01") + 407);
- }
- else if(eval("\x01") == 167)
- {
- set("\x01",eval("\x01") + 616);
- §§push("\x0f");
- }
- else if(eval("\x01") == 647)
- {
- set("\x01",eval("\x01") - 25);
- if(function §\x01\x02§()
- {
- return 1723;
- })
- {
- set("\x01",eval("\x01") - 213);
- }
- }
- else
- {
- if(eval("\x01") == 644)
- {
- set("\x01",eval("\x01") - 340);
- if(!_global.mx)
- {
- _global.mx = new Object();
- }
- function §\x01\x02§()
- {
- return 1723;
- }
- if(!_global.mx.transitions)
- {
- _global.mx.transitions = new Object();
- }
- §§pop();
- if(!_global.mx.transitions.Tween)
- {
- var _loc2_ = mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds)
- {
- mx.transitions.OnEnterFrameBeacon.init();
- if(!arguments.length)
- {
- return undefined;
- }
- this.obj = obj;
- this.prop = prop;
- this.begin = begin;
- this.position = begin;
- this.duration = duration;
- this.useSeconds = useSeconds;
- if(func)
- {
- this.func = func;
- }
- this.finish = finish;
- this._listeners = [];
- this.addListener(this);
- this.start();
- }.prototype;
- _loc2_.__set__time = function(t)
- {
- this.prevTime = this._time;
- if(t > this.duration)
- {
- if(this.looping)
- {
- this.rewind(t - this._duration);
- this.update();
- this.broadcastMessage("onMotionLooped",this);
- }
- else
- {
- if(this.useSeconds)
- {
- this._time = this._duration;
- this.update();
- }
- this.stop();
- this.broadcastMessage("onMotionFinished",this);
- }
- }
- else if(t < 0)
- {
- this.rewind();
- this.update();
- }
- else
- {
- this._time = t;
- this.update();
- }
- return this.time;
- };
- _loc2_.__get__time = function()
- {
- return this._time;
- };
- _loc2_.__set__duration = function(d)
- {
- this._duration = !(d == null || d <= 0) ? d : _global.Infinity;
- return this.duration;
- };
- _loc2_.__get__duration = function()
- {
- return this._duration;
- };
- _loc2_.__set__FPS = function(fps)
- {
- var _loc2_ = this.isPlaying;
- this.stopEnterFrame();
- this._fps = fps;
- if(_loc2_)
- {
- this.startEnterFrame();
- }
- return this.FPS;
- };
- _loc2_.__get__FPS = function()
- {
- return this._fps;
- };
- _loc2_.__set__position = function(p)
- {
- this.setPosition(p);
- return this.position;
- };
- _loc2_.setPosition = function(p)
- {
- this.prevPos = this._pos;
- this.obj[this.prop] = this._pos = p;
- this.broadcastMessage("onMotionChanged",this,this._pos);
- updateAfterEvent();
- };
- _loc2_.__get__position = function()
- {
- return this.getPosition();
- };
- _loc2_.getPosition = function(t)
- {
- if(t == undefined)
- {
- t = this._time;
- }
- return this.func(t,this.begin,this.change,this._duration);
- };
- _loc2_.__set__finish = function(f)
- {
- this.change = f - this.begin;
- return this.finish;
- };
- _loc2_.__get__finish = function()
- {
- return this.begin + this.change;
- };
- _loc2_.continueTo = function(finish, duration)
- {
- this.begin = this.position;
- this.finish = finish;
- if(duration != undefined)
- {
- this.duration = duration;
- }
- this.start();
- };
- _loc2_.yoyo = function()
- {
- this.continueTo(this.begin,this.time);
- };
- _loc2_.startEnterFrame = function()
- {
- if(this._fps == undefined)
- {
- _global.MovieClip.addListener(this);
- }
- else
- {
- this._intervalID = setInterval(this,"onEnterFrame",1000 / this._fps);
- }
- this.isPlaying = true;
- };
- _loc2_.stopEnterFrame = function()
- {
- if(this._fps == undefined)
- {
- _global.MovieClip.removeListener(this);
- }
- else
- {
- clearInterval(this._intervalID);
- }
- this.isPlaying = false;
- };
- _loc2_.start = function()
- {
- this.rewind();
- this.startEnterFrame();
- this.broadcastMessage("onMotionStarted",this);
- };
- _loc2_.stop = function()
- {
- this.stopEnterFrame();
- this.broadcastMessage("onMotionStopped",this);
- };
- _loc2_.resume = function()
- {
- this.fixTime();
- this.startEnterFrame();
- this.broadcastMessage("onMotionResumed",this);
- };
- _loc2_.rewind = function(t)
- {
- this._time = t != undefined ? t : 0;
- this.fixTime();
- this.update();
- };
- _loc2_.fforward = function()
- {
- this.time = this._duration;
- this.fixTime();
- };
- _loc2_.nextFrame = function()
- {
- if(this.useSeconds)
- {
- this.time = (getTimer() - this._startTime) / 1000;
- }
- else
- {
- this.time = this._time + 1;
- }
- };
- _loc2_.onEnterFrame = function()
- {
- this.nextFrame();
- };
- _loc2_.prevFrame = function()
- {
- if(!this.useSeconds)
- {
- this.time = this._time - 1;
- }
- };
- _loc2_.toString = function()
- {
- return "[Tween]";
- };
- _loc2_.fixTime = function()
- {
- if(this.useSeconds)
- {
- this._startTime = getTimer() - this._time * 1000;
- }
- };
- _loc2_.update = function()
- {
- this.position = this.getPosition(this._time);
- };
- mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds)
- {
- mx.transitions.OnEnterFrameBeacon.init();
- if(!arguments.length)
- {
- return undefined;
- }
- this.obj = obj;
- this.prop = prop;
- this.begin = begin;
- this.position = begin;
- this.duration = duration;
- this.useSeconds = useSeconds;
- if(func)
- {
- this.func = func;
- }
- this.finish = finish;
- this._listeners = [];
- this.addListener(this);
- this.start();
- }.version = "1.1.0.52";
- mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds)
- {
- mx.transitions.OnEnterFrameBeacon.init();
- if(!arguments.length)
- {
- return undefined;
- }
- this.obj = obj;
- this.prop = prop;
- this.begin = begin;
- this.position = begin;
- this.duration = duration;
- this.useSeconds = useSeconds;
- if(func)
- {
- this.func = func;
- }
- this.finish = finish;
- this._listeners = [];
- this.addListener(this);
- this.start();
- }.__initBeacon = mx.transitions.OnEnterFrameBeacon.init();
- mx.transitions.Tween = function(obj, prop, func, begin, finish, duration, useSeconds)
- {
- mx.transitions.OnEnterFrameBeacon.init();
- if(!arguments.length)
- {
- return undefined;
- }
- this.obj = obj;
- this.prop = prop;
- this.begin = begin;
- this.position = begin;
- this.duration = duration;
- this.useSeconds = useSeconds;
- if(func)
- {
- this.func = func;
- }
- this.finish = finish;
- this._listeners = [];
- this.addListener(this);
- this.start();
- }.__initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype,true);
- _loc2_.func = function(t, b, c, d)
- {
- return c * t / d + b;
- };
- §§push(_loc2_.addProperty("FPS",_loc2_.__get__FPS,_loc2_.__set__FPS));
- §§push(_loc2_.addProperty("duration",_loc2_.__get__duration,_loc2_.__set__duration));
- §§push(_loc2_.addProperty("finish",_loc2_.__get__finish,_loc2_.__set__finish));
- §§push(_loc2_.addProperty("position",_loc2_.__get__position,_loc2_.__set__position));
- §§push(_loc2_.addProperty("time",_loc2_.__get__time,_loc2_.__set__time));
- §§push(ASSetPropFlags(mx.transitions.Tween.prototype,null,1));
- }
- §§pop();
- break;
- }
- if(eval("\x01") == 783)
- {
- set("\x01",eval("\x01") - 275);
- §§push(eval(function §\x01\x02§()
- {
- return 1723;
- }));
- }
- else if(eval("\x01") == 508)
- {
- set("\x01",eval("\x01") - 140);
- §§push(!function §\x01\x02§()
- {
- return 1723;
- });
- }
- else if(eval("\x01") == 319)
- {
- set("\x01",eval("\x01") - 317);
- }
- else if(eval("\x01") == 744)
- {
- set("\x01",eval("\x01") - 534);
- }
- else if(eval("\x01") == 368)
- {
- set("\x01",eval("\x01") - 131);
- if(function §\x01\x02§()
- {
- return 1723;
- })
- {
- set("\x01",eval("\x01") + 407);
- }
- }
- else if(eval("\x01") == 735)
- {
- set("\x01",eval("\x01") - 543);
- }
- else
- {
- if(eval("\x01") == 304)
- {
- set("\x01",eval("\x01") - 304);
- break;
- }
- if(eval("\x01") == 917)
- {
- set("\x01",eval("\x01") - 707);
- }
- else if(eval("\x01") == 469)
- {
- set("\x01",eval("\x01") + 309);
- if(function §\x01\x02§()
- {
- return 1723;
- })
- {
- set("\x01",eval("\x01") + 76);
- }
- }
- else
- {
- if(eval("\x01") == 108)
- {
- set("\x01",eval("\x01") + 809);
- break;
- }
- if(eval("\x01") == 409)
- {
- set("\x01",eval("\x01") - 407);
- }
- else if(eval("\x01") == 2)
- {
- set("\x01",eval("\x01") + 717);
- §§push(true);
- }
- else if(eval("\x01") == 719)
- {
- set("\x01",eval("\x01") - 611);
- if(function §\x01\x02§()
- {
- return 1723;
- })
- {
- set("\x01",eval("\x01") + 809);
- }
- }
- else if(eval("\x01") == 192)
- {
- set("\x01",eval("\x01") + 455);
- §§push(true);
- }
- else
- {
- if(eval("\x01") != 854)
- {
- if(eval("\x01") == 778)
- {
- set("\x01",eval("\x01") + 76);
- }
- break;
- }
- set("\x01",eval("\x01") - 662);
- }
- }
- }
- }
- }
- }
-