Alex,

Consider writing a custom component to wrap your module loader in.  You can do your effects on the wrapper while the module loads inside.  You could even use the wrapper to add a border and some window decorations such as a minimize or close button for the wrapper/module.

Sorry I don't have any examples I can show you at this time.
~David



aceoohay wrote:

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]ups.com, "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]ups.com
[mailto:[EMAIL PROTECTED]ups.com] On
> Behalf Of aceoohay
> Sent: Monday, March 24, 2008 10:43 AM
> To: [EMAIL PROTECTED]ups.com
> Subject: [flexcoders] Re: applying effect/transition to module
whilst
> loading.
>
>
>
> Any ideas?
>
> Paul
>
> --- In [EMAIL PROTECTED]ups.com <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
> >
>


Reply via email to