-
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
-
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
-
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
-
2332 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
-
2560 readersArtima.com has posted another article from my book Flex 4 Fun. Check out State Transitions in Flex 4 for Intuitive UIs for an overview of using transitions to animate changes between states in Flex 4.
-
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,
-
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,
-
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
-
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
-
2523 readersI should be clear right up front here that with Flex 3 and earlier, that I used a tween engine like TweenLite or Tweener to move things around in my applications. The provided states and transitions were just far too clunky. With Flex 4 however, that has changed markedly, and I’ve been able to show