Circular rotation with as3

June 19th, 2009 in Flash | 8 Comments

Learn how to rotate an object with actionscript 3 and some mathematics with trigonometric functions.
Here we are going to build the rotation of the moon around the earth.

Continue Reading

Shaking effect

June 15th, 2009 in Flash | 5 Comments

Quick 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 Comments

This tutorial teaches how to manually add drag-and-drop interactions to your Flex application.
We illustrate this by creating an application that let the user dragging and dropping gift into a cart.

Continue Reading

Sliding menu with actionscript 3 and TweenLite

June 3rd, 2009 in Flash | 13 Comments

This 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 Comments

See how to build step by step a digital clock like in the 24 serie. This tutorial uses actionscript 3.

Continue Reading

Use the ColorPicker to swap the theme

May 14th, 2009 in Flash | 3 Comments

Experimentation with the ColorPicker component in flash.
This tutorial shows how to personalize a ColorPicker that let the user custom the interface.

Continue Reading

Reveal an image with a dynamic mask

May 13th, 2009 in Flash | 1 Comment

This 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 Comments

The 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