Re: [flexcoders]How do States and Transitions relate?

2007-05-25 Thread jandersen1978
I'm no expert in states and transitions but as I understand it you define states if you want to add or remove children from a component, change properties etc. The transitions define any animations that take place going from one state to another. Just taking a quick look at your MXML below

RE: [flexcoders]How do States and Transitions relate?

2007-05-25 Thread Stephen Gilson
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders]How do States and Transitions relate? I'm no expert in states and transitions but as I understand it you define states if you want to add or remove children from a component, change properties etc. The transitions define any animations

Re: [flexcoders]How do States and Transitions relate?

2007-05-25 Thread dorkie dork from dorktown
: [flexcoders]How do States and Transitions relate? I'm no expert in states and transitions but as I understand it you define states if you want to add or remove children from a component, change properties etc. The transitions define any animations that take place going from one state to another

Re: [flexcoders]How do States and Transitions relate?

2007-05-25 Thread scalenine
Transitions essentially tell a State the sequence of how and when things change from state to state and what effects should be applied using Parallel or Sequence. You can kind of look at a Transition like a time line. For example (in non-technical terms), move and fade this button, then, when