Alex: The system I am working on is comprised of many panels, each panel is a module. I use moduleLoader to load the modules. As the panel is displayed on the stage what I would like is to apply an effect/transition so that it doesn't just popup, but does something neat while rendering such as wipe up/down, fade in, etc.
Paul --- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote: > > I don't have any examples, but I'm also not sure what you want. > > > > While a module is loading, it cannot display anything. Once it is > loaded, you'll get a READY event and can muck with it. It should be > same as doing so for any non-module display object. > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On > Behalf Of aceoohay > Sent: Monday, March 24, 2008 10:43 AM > To: [email protected] > Subject: [flexcoders] Re: applying effect/transition to module whilst > loading. > > > > Any ideas? > > Paul > > --- In [email protected] <mailto:flexcoders% 40yahoogroups.com> > , "aceoohay" <pauls@> wrote: > > > > I have created a generic module loader routine in my app, and it > woeks > > great. I am feeling a little adventurous and would like to apply > an > > effect/transition to all my modules so that while they are loading > they > > would expand from nothing, or wipe up or down, basically something > cool > > that doesn't take a long time. > > > > Where can I find examples of this? > > > > Paul > > >

