
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

Add drag and drop support manually
June 10th, 2009 in Flex | 4 CommentsThis tutorial teaches how to manually add drag-and-drop interactions to your Flex application. Continue Reading
We illustrate this by creating an application that let the user dragging and dropping gift into a cart.

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.

Use the ColorPicker to swap the theme
May 14th, 2009 in Flash | 3 CommentsExperimentation with the ColorPicker component in flash. Continue Reading
This tutorial shows how to personalize a ColorPicker that let the user custom the interface.

Reveal an image with a dynamic mask
May 13th, 2009 in Flash | 1 CommentThis tut will show you how to create a dynamic mask effect that by growing will reveal an image. Continue Reading

Create an email form in flex with php
May 6th, 2009 in Flex | 32 CommentsThe following code demonstrates how to build an email form that supports some validation and that send the email by using a php script. Continue Reading
