there's definitely a derth of documentation re: Transition and Tween
classes. the tutorial you point to is the comprehensive source...but
it doesn't cover everything.

i have not seen documentation for the addTransition() method of the
mx.transitions.TransitionManager class. Even the comments for that
method in that class aren't very explicit ( except that it increases
some ID count var ).

as far as the parameters for 'type', you'll find that on the first
page of the tutorial, i.e. iris, wipe, pixel dissolve, blinds,
etc...with a short explanation of what they do.

for 'easing', those parameters are explained on page 4 of the
tutorial, i.e. Bounce, Elastic, easeIn, easeInOut, etc..

'duration' seems self-explanatory and is listed as a param in the
Tween constructor where it says 'duration: number - the length of time
of the motion; set to infinity if negative or omitted'.

hth.

On 10/21/05, Helen Triolo <[EMAIL PROTECTED]> wrote:
> Trying again:  is it anywhere documented what each of the parameters
> are, and what values they can be set to, for this statement (copied from
> http://www.macromedia.com/devnet/flash/articles/tweening_09.html)?  And
> how to use the addTransition method of TransitionManager?
>
> TransitionManager.start(target_mc, {type:Fly, direction:0, duration:3,
> easing:Elastic.easeInOut, startPoint:6, param2:empty});
>
> Helen
>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to