Re: [Flashcoders] Using TransitionManager..?

2006-09-08 Thread slangeberg

Anyone have any idea of how these Transitions work, or why bitmap filters
don't work with them? I'm having troubles with them in other areas (class
extends UIObject).

Rich: _mc is the name of a clip on my stage!

Scott

On 9/7/06, Rich Rodecker <[EMAIL PROTECTED]> wrote:


hmmm...i use the transition manager frequently, never really had a problem
with it, bit ive never tried using it with the bitmap filters.  It's
probably just a misprint in the email, but you for your first doTrans()
call
you dont have the mc's name in there right.



On 9/7/06, slangeberg <[EMAIL PROTECTED]> wrote:
>
> Anyone using Flash's built-in TransitionManager?
>
> I'm losing the transitions if I apply Bitmap filters (through the IDE)
to
> a
> movieclip on the stage, which use the following code:
>
> import mx.transitions.*;
> import mx.transitions.easing.*;
>
> doTrans( Iris, Transition.OUT, _mc );
> doTrans( Wipe, Transition.IN, flv_mc );
>
> function doTrans( type:Function, dir:Number, target:MovieClip ) {
> if ( type == Iris ) {
> TransitionManager.start( target, {type:Iris, direction:dir,
> duration:5, easing:Bounce.easeOut, startPoint:5, shape:Iris.CIRCLE} );
> } else if ( type == Wipe ) {
> TransitionManager.start( target, {type:Wipe, direction:dir,
> duration:2, easing:None.easeNone, startPoint:1});
> }
> }
>
> Anyone use a different package to accomplish the same thing, that is a
bit
> more reliable?
>
>
> : : ) Scott
> ___
> Flashcoders@chattyfig.figleaf.com
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com





--

: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Using TransitionManager..?

2006-09-07 Thread Rich Rodecker

hmmm...i use the transition manager frequently, never really had a problem
with it, bit ive never tried using it with the bitmap filters.  It's
probably just a misprint in the email, but you for your first doTrans() call
you dont have the mc's name in there right.



On 9/7/06, slangeberg <[EMAIL PROTECTED]> wrote:


Anyone using Flash's built-in TransitionManager?

I'm losing the transitions if I apply Bitmap filters (through the IDE) to
a
movieclip on the stage, which use the following code:

import mx.transitions.*;
import mx.transitions.easing.*;

doTrans( Iris, Transition.OUT, _mc );
doTrans( Wipe, Transition.IN, flv_mc );

function doTrans( type:Function, dir:Number, target:MovieClip ) {
if ( type == Iris ) {
TransitionManager.start( target, {type:Iris, direction:dir,
duration:5, easing:Bounce.easeOut, startPoint:5, shape:Iris.CIRCLE} );
} else if ( type == Wipe ) {
TransitionManager.start( target, {type:Wipe, direction:dir,
duration:2, easing:None.easeNone, startPoint:1});
}
}

Anyone use a different package to accomplish the same thing, that is a bit
more reliable?


: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Using TransitionManager..?

2006-09-07 Thread slangeberg

Anyone using Flash's built-in TransitionManager?

I'm losing the transitions if I apply Bitmap filters (through the IDE) to a
movieclip on the stage, which use the following code:

import mx.transitions.*;
import mx.transitions.easing.*;

doTrans( Iris, Transition.OUT, _mc );
doTrans( Wipe, Transition.IN, flv_mc );

function doTrans( type:Function, dir:Number, target:MovieClip ) {
   if ( type == Iris ) {
   TransitionManager.start( target, {type:Iris, direction:dir,
duration:5, easing:Bounce.easeOut, startPoint:5, shape:Iris.CIRCLE} );
   } else if ( type == Wipe ) {
   TransitionManager.start( target, {type:Wipe, direction:dir,
duration:2, easing:None.easeNone, startPoint:1});
   }
}

Anyone use a different package to accomplish the same thing, that is a bit
more reliable?


: : ) Scott
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com