[flexcoders] Re: override commitSelectedIndex for ViewStack component

2009-04-08 Thread gwangdesign
Tracy, Thanks much for the info. I did check out some of tink's effects components (including some of those Papervision3D ones). All of which seem to be custom effects, as opposed to subclass of a container component. --- In flexcoders@yahoogroups.com, Tracy Spratt tspr...@... wrote: There is

[flexcoders] Re: override commitSelectedIndex for ViewStack component

2009-04-08 Thread Tim Hoff
Another option, instead of sub classing, would be to use states in place of a view stack. State changes allow you to implement transition effects (parallel or sequence), directly to the desired children. -TH --- In flexcoders@yahoogroups.com, gwangdesign gwangdes...@... wrote: Tracy, Thanks