-
2715 readersEasier, Better Transitions in Flex 4, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode shows how to use transitions more effectively by avoiding hard-coding the animation values in the effects, and letting the effects pick up the values from the states automatically, instead.. Here's the
-
2331 readersKeyframe Animation in Flex 4, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode covers the new Keyframe capability of Flex 4 effects. Previously, all Flex effects were based on simple from/to values: Move a button from xFrom,yFrom to xTo,yTo, Resize a panel from its current
-
1674 readersUsing Libraries in Flash Pro, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This espisode is the stunning conclusion to the previous nail-biting cliff-hanger episode, Creating a Reusable Animation Library, in which we saw how to use Flash Pro to create Flexy, a small and Flex-free version
-
2984 readersAnimating Filters in Flex 4, Part 1, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode shows how to use the AnimateFilter effect in Flex 4 to achieve certain effects like animating a blur. It also shows how the effect is completely inappropriate for some situations,
-
3005 readersThe Path Object in Flex 4, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode shows how to create a simple drawing application using the new Path object in Flex 4. This show is based on one of the 65+ demo applications that I wrote for
-
3045 readers3D Distortion in Flex and Flash, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode shows how and why you might see some distortion with 3D objects in Flash and Flex (hint: it's about bitmap scaling). Here's the video: Here is the demo application: And here
-
1568 readersFirst, this new flash (or would that be Flash news?): CodeDependent now has a channel on YouTube! Yes, finally, for all of those bored people surfing the web looking for funny videos, there is now a channel that talks exclusively about animation and graphics programming. Oh, my kids will be so happy. Now, back to
-
2023 readersAnimating Filters in Flex 4, Part II, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode is the sequel and stunning conclusion to the previous one, Part I, in which we saw how to use, and not use, the AnimateFilter effect for animating filter properties in
-
1859 readersEvent 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
-
1630 readersAnimating Button State Changes, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This show is a continuation of the previous CodeDependent episode, in which we saw how differences in a component's state can be communicated to the user through visual changes in that state. In this espisode,