TweenH.addEventListener(TweenEvent.MOTION_FINISH, showPicture); private function showPicture(e:TweenEvent):void { addChild(this.imageLoader); }