private function waitForOneFrame() {
this.__display.onEnterFrame=Delegate.create(this,this.afterOneFrame);
}
private function afterOneFrame() {
this.__display.onEnterFrame=null;
//Есть доступ ко всем свойствам
}
private function onLoadComplete() {
this.waitForOneFrame();
}
this.__display.onEnterFrame=Delegate.create(this,this.afterOneFrame);
}
private function afterOneFrame() {
this.__display.onEnterFrame=null;
//Есть доступ ко всем свойствам
}
private function onLoadComplete() {
this.waitForOneFrame();
}
Комментариев нет:
Отправить комментарий