Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<js:TextButton text="Click Me" click="onClick()"/>
<fx:Script>
<![CDATA[
private function onClick():void
{
trace("button clicked!");
}
]]>
</fx:Script>

Change button appearance

Set font styles on a single button:

...