_global.variable = new SuperClass();
variable.superMethod();
_global.setProp = function() { trace("this"); } setProp(); // не уверен здесь, проверь