I think the effectEnd event is supposed to be exactly that type of event, but the actual rendering to screen is separate from the transition. The transition has finished setting the x/y properties or whatever it is doing, but the Flash runtime is in charge of rendering. Using callLater() tells the framework to wait a frame so the rendering can finish before you do something especially expensive.
- Josh On Wed, Nov 23, 2016 at 12:06 PM, bilbosax <[email protected]> wrote: > Worked like a charm! Thanks for the solution, I was not even aware of > callLater. > > But honestly, how does Flex, a graphics rich and easy to manipulate > graphical elements framework, not have a transitionComplete type of event? > Seems a little like an oversight. > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Event-Fired-When-A-Transition-is- > Complete-tp14202p14206.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
