Digital clock 1

This is a preview of what the gadget would look like on your page:

 

Click Read more to get the html code.

Read more »

AS3: Simple Drag and Drop in Flash

Drag and Drop is when you are able to move something with the mouse on screen. It is commonly use to create learning activities where elements needs to be associated. You can also find lots of games that use this method.

Read more »

CS4: Ink Bottle and Paint Bucket tool

The Ink Bottle tool lets you change the stroke color, line width, and style of lines or shape outlines.

The Paint Bucket tool fills enclosed areas with color. It can both fill empty areas and change the color of already painted areas. You can paint with solid colors, gradient fills and bitmap fills.

In this tutorial I show you how to use these two tools in few steps.

Read more »

CS4: Simple Motion Tween

A motion tween is a way of creating automated animations in Flash. You can use a motion tween to move or rotate a Flash object on your stage over a chosen period of time, without having to define the object’s position for every frame of the animation. In this tutorial I show you how to use a motion tween by creating a simple fade in affect of a simple object.

 

Read more »

AS3: Simple Flash Preloader (1)

 This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0.

  Read more »