-
2763 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
-
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
-
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
-
1762 readersCreating a Reusable Flash Animation Library, the next episode in the gripping and suspenseful series CodeDependent, is now available from Adobe TV. This episode is a bit of a departure from my normal shows. Usually, I show graphics and animation techniques in Flex and Flex 4. This time, I talk about Flash Pro, the authoring
2390 readers
The TweenLite engine is an amazing ActionScript tweening engine that allows you to quickly create animations using one line of code. This episode shows where to get TweenLite, and how to use it to create ActionScript animations.
Type: Swish Tutorials
-
1920 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
-
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
-
2057 readersAt work today, a colleague and I did a presentation to the rest of the team on Test Driven Development. At BrightTALK we've been using unit tests for some of our code for a few months now, but it's been very much a case of writing tests after writing the code. Often, it's just after
-
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,
-
3782 readersThis evening, I stumbled across a great example of some new animation effects possibilities in Flex 4, based on AnimateTransitionShader and PixelBender (pixel shader) effects. I normally try not to just refer to someone else's code example, but these are too cool to not share...