MACROMEDIA FLEX-GETTING STARTED WITH FLEX User Manual Page 107

  • Download
  • Add to my manuals
  • Print
  • Page
    / 148
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 106
backgroundColor="#ffdddd"
borderStyle="solid" borderThickness="3" paddingBottom="5"
paddingLeft="5"
paddingRight="5" paddingTop="5">
<mx:Script>
<![CDATA[
import mx.effects.easing.Bounce;
private function onChangerClick( event:Event ) : void {
currentState = ( currentState == "open" ) ? "closed" :
"open";
}
Figure 6-7. The closed state
States and Transitions | 91
Page view 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 147 148

Comments to this Manuals

No comments