--- In [email protected], "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > Container children must be UIComponents. You will need to add the > sprites to a UIComponent first.
I think technically there's just an interface that has to be implemented on whatever you add (IFlexDisplayObject? IUIComponent?). If you extend Sprite or whatever and implement whichever one is needed, you could add it to a container. -Amy

