I don't have any examples handy.  Try this:  add a showEffect to the
module loader.  On the readyEvent, set the module loader's visible=false
then visible=true;

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of aceoohay
Sent: Wednesday, March 26, 2008 5:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: applying effect/transition to module whilst
loading.

 

Sorry for being so dense, but I've never used the TweenEffect and the 
examples I have found aren't helping much. Do you know of any 
examples that can show me how to do what you suggest?

Paul

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> So listen for the READY event from the moduleLoader and start a
> TweenEffect on the moduleLoader
> 
> 
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

[mailto:flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
] On
> Behalf Of aceoohay
> Sent: Tuesday, March 25, 2008 6:36 AM
> To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> 
> Subject: [flexcoders] Re: applying effect/transition to module 
whilst
> loading.
> 
> 
> 
> 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 flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>  <mailto:flexcoders%
40yahoogroups.com>
> , "Alex Harui" <aharui@> 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: flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>  <mailto:flexcoders%
40yahoogroups.com>
> 
> [mailto:flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com>  <mailto:flexcoders%
40yahoogroups.com>
> ] On
> > Behalf Of aceoohay
> > Sent: Monday, March 24, 2008 10:43 AM
> > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
<mailto:flexcoders%
40yahoogroups.com> 
> > Subject: [flexcoders] Re: applying effect/transition to module 
> whilst
> > loading.
> > 
> > 
> > 
> > Any ideas?
> > 
> > Paul
> > 
> > --- In flexcoders@yahoogroups.com
<mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.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