In Flex 4, state transition doesn't resize in both directions (v2)
问题 I already had another question on this issue which was successfully resolved. But now, with a slightly different example, I'm stuck again. I have two states. When I switch from A to B, it resizes correctly, but when I switch from B back to A it happens without the smooth resize transition. What am I doing wrong? Here's my code: <fx:Script> <![CDATA[ protected function rollOverHandler(event:MouseEvent):void { this.currentState = "AB"; } protected function rollOutHandler(event:MouseEvent):void