roll over/out
private function rollover(event:MouseEvent):void { this.setStyle("backgroundImage", overskin); } private function rollout(event:MouseEvent):void { this.setStyle("backgroundImage", upskin); } ]]>
</mx
:
Script
>