Guest User

Untitled

a guest
Jul 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <mx:states>
  2. <mx:State name="stateUno">
  3. <mx:AddChild relativeTo="{mainBox}" position="firstChild">
  4. <mx:Label text="State Eins" fontSize="18"/>
  5. </mx:AddChild>
  6. </mx:State>
  7. <mx:State name="stateDos">
  8. <mx:AddChild relativeTo="{mainBox}" position="firstChild">
  9. <mx:Label text="State Zwei" fontSize="18"/>
  10. </mx:AddChild>
  11. </mx:State>
  12. </mx:states>
Add Comment
Please, Sign In to add comment