-
2683 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
-
1878 readersFlex 4 States and Transitions, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode shows how to use the new states syntax and transitions in Flex 4. This show is based on one of the 65+ demo applications that I wrote for Flex 4 Fun, a
-
1615 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,
-
2968 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,
-
3025 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
-
2001 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
-
1839 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
-
2727 readersThe Animation Class in Flex 4, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode covers the new Animation class in Flex 4, which is the underlying timing engine used by all of the Flex 4 effects. You will usually use this class indirectly, by using
-
2291 readersCreating a Reflection Container in Flex 4, Part 1, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This show is based on one of the 65+ demo applications that I wrote for Flex 4 Fun, a book about the graphics and animation side of Flex 4. You
-
2947 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