xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> private function changeState() : void { currentState = (currentState == null) ? "alternate" : null; }