private function Update():void { this.lbl_top.text = "L: " + rect1.left.toString(); this.lbl_right.text = "T: " + rect1.top.toString(); }