
Eyes follow the cursor
July 27th, 2009 in Flash | 26 CommentsIn this lesson, let’s play again with trigonometrics. We are going to build an animation where the eyes of Dug, the dog from the Pixar movie UP, follow the mouse cursor. This tutorial is done with actionscript 3 and introduces the use of the Math.atan2 method.

Animated drop shadow
July 20th, 2009 in Flash | 6 CommentsLet’s see how to add an animated dropshadow filter to a Movie clip with actionscript 3.

Detect collision between two objects
July 11th, 2009 in Flash | 4 CommentsFew lines of code that cover the technique on how you can detect collision between two objects with actionscript 3.

Capture images from the webcam
July 6th, 2009 in Flash | 28 CommentsIn this tutorial, we are going to learn how to take image captures from the webcam. Continue Reading

Circular rotation with as3
June 19th, 2009 in Flash | 8 CommentsLearn how to rotate an object with actionscript 3 and some mathematics with trigonometric functions. Continue Reading
Here we are going to build the rotation of the moon around the earth.

Shaking effect
June 15th, 2009 in Flash | 5 CommentsQuick tutorial that demonstrates how to create a shaking effect by using Actionscript 3.0. We will create a cocktail shaker that the user can shake by hovering it. Continue Reading

Sliding menu with actionscript 3 and TweenLite
June 3rd, 2009 in Flash | 13 CommentsThis tutorial will show you step by step how to create a sliding menu that appears only when the user moves the mouse over. This tutorial uses the TweenLite engine. Continue Reading

Create a “24 style” digital clock
May 23rd, 2009 in Flash | 18 CommentsSee how to build step by step a digital clock like in the 24 serie. This tutorial uses actionscript 3.
