Skip to main content

Posts

Showing posts from June, 2009

Video: Stretch & Squash

Stretch & Squash in Flex 3 , the next episode in CodeDependent series, is now available from Adobe TV . This show is a continuation of the episode Bouncing Ball Behavior , in which we saw how to use easing functions in Flex 3 to add bouncing motion to a bal in Flex 3. This time, we'll see how to apply some techniques from traditional cartoon animation to make the bouncing ball seem more lifelike. Here's the video: Here is the demo application: And here is the source code . Have a (stretchy) ball.

Video: Bouncing Ball Behavior

Bouncing Ball Behavior , the next and bountifully alliterative episode in the gripping and suspenseful series CodeDependent , is now available from Adobe TV . This show is a continuation of the episode Easing Does It , in which we saw how to use easing functions in Flex 3 to create different kinds of motion. This time, we'll see how to use what we now know about easing functions to add bouncing behavior to our ball using Flex 3. Here's the video: Here is the demo application: And here is the source code . Have a ball.

JavaOne slides posted

Sun has posted the PDF for the presentation that I did at JavaOne this year with Romain Guy , Move Your Users: Animation Principles for Great User Experiences (you'll have to join the Sun Developer Network to access that URL, but it's easy and free). The demos were a big part of the presentation, of course (as was Romain doing a running jump off the stage and blowing the microphone), and those aren't in the slides. But most of the demos either already exist online (we showed a few from Filthy Rich Clients ) or (in the case of the Flex demos) will be shown here as I post blogs and videos that talk about those applications in detail. Enjoy...

Video: Flashcamp Presentation on Flex 4

I gave a quick talk at a recent Flashcamp at the SF Adobe building. If you want a (very) quick overview of the Flex 4 effects architecture and some examples of how to use the various new effects, check out the verbosely-named Using Effects and Animation in Flex 4 . Actually, there were a lot of great, quick talks that evening by other folks on the Flex, AIR, and tools teams: you'll probably want to grab some popcorn and watch more: http://labs.adobe.com/technologies/flash/videos/#flashcamp In face, that same page has other video tutorials on Flex, Flash Builder, and Flash Catalyst. What the heck, just watch them all. You don't have work to do today, do you? http://labs.adobe.com/technologies/flash/videos/

Effects in Flex 4 SDK Beta: Part 2

Finally, the long-awaited cliff-hanger ending to the extensive, rich, and diverse series that began with Part 1 : allow me to introduce Part 2 . This second article on the new effects in Flex 4 concludes my discussion of the new effects. This second article covers the new effects based on the new 3D and Pixel Bender shader capabilities in Flash Player 10. As with Part 1 , there are code snippets throughout the article and all of the demos are packaged up in SWFs and source form for convenient download. Enjoy...

Video: Easing Does It

Easing Does It , the next episode in the gripping and suspenseful series CodeDependent , is now available from Adobe TV . This show is a continuation of the episode A Moving Comparison , in which we saw how to create simple animations in Flex 3 and Flex 4. This time, we'll see how to add 'easing' behavior to our Flex 3 animation to create non-linear motion. Here's the video: Here is the demo application: And here is the source code . Enjoy.