Desktop RSS Reader with Air & Flex

July 16th, 2009 in Air, Flex | 19 Comments

The following tutorial will teach you how to create a desktop RSS reader by using Air in Flex.

Continue Reading

XML video playlist in flex

July 12th, 2009 in Flex | 19 Comments

The next tutorial explains how to build an xml driven video playlist using Flex. In this application, the user can choose the video he wants to watch and select it from a combobox.

Continue Reading

Detect collision between two objects

July 11th, 2009 in Flash | 4 Comments

Few lines of code that cover the technique on how you can detect collision between two objects with actionscript 3.

Continue Reading

Capture images from the webcam

July 6th, 2009 in Flash | 50 Comments

In 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 | 9 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 | 8 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 | 5 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 | 16 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