creationComplete="doSomething()"> public var s:Boolean; public function doSomething():void { s = label1.visible; label1.text = String(s); }