Event Performance in Flex, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV.
This episode covers the use of the updateAfterEvent()
function to get better rendering performance for time-sensitve operations like mouse-interaction visuals and animations.
By default, changes to the graphics that the Flash player displays happen at the frame rate of the player (by default, 24 frames per second). This frame rate, which updates the screen every ~42 milliseconds, is fine for most visual changes on the screen. But when you need motion to be smoother, like in some animations, or need the visuals to respond quickly to user interactions, like changes in component state based on mouse movement or presses, then 24 fps may not cut it. In this case, you need to know about the updateAfterEvent()
function found on some event objects.
Here's the video:
Here is the demo application:
Here's where you can find CodeDependent on iTunes.
And here's where you can find CodeDependent on YouTube.
Enjoy.
Comments
Post a Comment