Jun 11
AS3 Classes Beginners Guide Part 1
In this series of tutorials I’ll be going through some of the basics of actionscript classes and how they work.
Jun 11
Create A Custom Scrollbar In AS3
This is a simple and quick tutorial for creating a custom scroll bar. We’ll dynamically load in our text using an array in Actionscript then we’ll connect a custom scrollbar
Jun 11
AS3 Tutorial, Loading External CSS Into Your Site
In this tutorial I will show you how to use CSS as a sort of text-editor for your flash content.
Jun 11
Flash Handwriting Effect Tutorial
In this tutorial I’ll be showing you how to do a simple but powerful handwriting effect (shown below) in flash using a Shape Tween on the timeline.
Jun 9
Mask text effect
This flash tutorial will teach you have to create a mask text effect. The results give the effect of text being slowly revealed by the masked object. This effect is very useful and can be used to create lots of different mask effects.
Jun 8
Using mask layers
This flash tutorial will demonstrate the use of mask layers. Mask layer reveal portions of the layer/layers below it. This effect is very simple but can be used to create lots of different mask effects.
Jun 6
Dynamic masking
This flash tutorial will teach you about dynamic masking. Dynamic masking allows you to use movie clips as masks. For example in this tutorial text will appear as the mouse moves over the screen.
Jun 2
Key controls
This flash tutorial will teach you about the basic key controls. This adds interactivity to your objects as they are able to move on stage using the arrows keys. This tutorial requires action script.
May 29
Drop text effect
This flash tutorial will teach you how to create a drop text effect. The result gives the effect of text falling from above. This tutorial is fairly complicated so be sure to read it a few times, before attempting.
May 25
Display time
This flash tutorial will teach you how to display the time. The time function is taken directly from the system clock. This tutorial requires action scripts.
May 24
Countdown timer
This Flash tutorial will teach you how to create a countdown timer. Countdown timer can be used in games or multimedia applications. For example countdown timers can be used to simulate a rocket countdown or countdown clock in game. The result shows number values decrementing every second. This tutorial very basic and requires action script.
May 22
Drag and drop jigsaw puzzle
This flash tutorial will teach you how to create a drag and drop puzzle.
May 21
Add sound to a button
This flash tutorial will teach you how to add sound to a button. This tutorial is useful if you want to create a mouse over sound effect which can be used in flash websites, applications and games.