-
What does this mean...
Title says it all
Code:
override protected function initComponent():void
{
var k:_-1Er = this._-1hx.connection;
if (k != null){
k.addEventListener(Event.CONNECT, this._-4gz);
k.addEventListener(Event.CLOSE, this._-18H);
};
this._-1hx.addHabboConnectionMessageEvent(new _-1MJ(this._-5RW));
this._-1hx.addHabboConnectionMessageEvent(new _-24-(this._-4Kt));
this._-1hx.addHabboConnectionMessageEvent(new _-0op(this._-2xT));
this._-1hx.addHabboConnectionMessageEvent(new _-3C3(this._-4aP));
this._-1hx.addHabboConnectionMessageEvent(new _-3cR(this._-6A9));
this._-1hx.addHabboConnectionMessageEvent(new _-1Lf(this._-3Hr));
this._-1hx.addHabboConnectionMessageEvent(new _-1zE(this._-0Yz));
this._-1hx.addHabboConnectionMessageEvent(new _-0Go(this._-4YP));
this._-1hx.addHabboConnectionMessageEvent(new _-6Cp(this._-2CI));
this._-FV = new _-Wp(assets, Component(context).events);
var k:Stage = context.displayObjectContainer.stage;
if (k != null){
k.dispatchEvent(new _-0FI(_-0FI.HOTEL_VIEW_READY));
};
this._-4eO = getProperty("sso.ticket");
this._-yQ = getProperty("flash.client.url");
this._-0Pf = getProperty("external.variables.txt");
if (this._-4eO){
this._-1hx.mode = _-5Lc._-aS;
this._-1hx._-55T(_-5Lc._-mV);
} else {
if (this._-3j5 != null){
if (((false) || (false))){
this._-3K8 = new HabboLoginDemoView(this);
this._-3K8.addEventListener(HabboLoginDemoView._-2iC, this._-6Q);
} else {
Core._-1FG("Login without an SSO ticket is not supported", Core._-3tH);
};
};
if (this._-0v9){
this._-6Q();
};
};
}