[Flashcoders] Re: TransitionManager type Fly breaks coordinates of my MovieClips

2007-05-03 Thread Alexander Farber
Hi, I've found out that my problem has been caused by the fact that a snapshot of target_mc's propertis is being taken when the TransitionManager constructor is being called, or when TransitionManager.start() is being called for the 1st time. And not when I call startTransition() or when I call

[Flashcoders] Re: TransitionManager type Fly breaks coordinates of my MovieClips

2007-04-30 Thread Alexander Farber
The funny thing is that it only happens with Fly: On 4/30/07, Alexander Farber [EMAIL PROTECTED] wrote: //TransitionManager.start(card_mc, {type:Fly, direction:Transition.IN, // duration:3, easing:Strong.easeOut, startPoint:(1 + i % 3)}); When I take some other