May 16
Exploding text effect
This flash tutorial teaches you how to create an exploding text effect. This text effect is fairly simple and requires no action script. The result gives the effect of text exploding into many fragments.
May 14
Skin a scrollbar in flash
This tutorial will teach you how to skin/customise the default flash scroll bar.
May 14
Remove border from scrollpane in Flash
This tutorial will teach you how to remove the black border around the flash scroll pane component. The border around the scroll pane can be unpleasant to the eye. However, it only takes one simple line of code to remove the border from the scroll pane.
May 14
Create a custom cursor in Flash
This tutorial will teach you how to create a custom cursor in Macromedia Flash. Custom cursor are useful for games, websites and mutimedia applications.
May 14
Knocked out text effect
This tutorial will teach you how to create a knocked out text effect. This lovely text effect is very simple and only requires the glow filter, no actionscript is needed.
Apr 21
Introduction to the ActionScript Drawing API
This tutorial will teach you the basics on how to use the ActionScript Drawing API, this is a set of methods for drawing lines, curves, and fills dynamically.
Jan 8
Creating a Smooth Button Animation in Flash
Create an awesome menu with smooth button animation using the Tween Class.
Dec 1
Actionscript Menu
In this tutorial I show how to create a flash menu using nothing but Actionscript. Creating menus and other flash elements with only Actionscript makes updating, modifying, and experimenting extremely quick and easy.
Nov 21
Creating a Sliding Menu in Flash
This tutorial will teach you how to create an animated sliding menu that appears when the user points his mouse on its tip and then slides back inside when the user moves his mouse away.
Oct 28
Creating a Classic Filling Preloader in Flash
This is a very popular preloader, but is rarely explained in a simple tutorial. Add some pro elements to your site by creating a preloader that fills you own logo. In this tutorial, you will learn the basics to any preloader mask.
Oct 17
Creating a Dry Erase Board in Flash Using ActionScript
Want your users to stick around your website a little longer? Try giving them something interactive to do, like drawing on the stage. In this video, you will learn how to allow your users to click and drag on the stage in order to create their own drawings.
Oct 14
Creating an Image Gallery in Flash
Learn how to create an amazing scrolling image gallery in Flash using ActionScript.
Oct 11
Creating Slideshow Transitions Using ActionScript
In this tutorial, you will learn the code necessary in order to make one slideshow image fade in right on top of another one using ActionScript.
Sep 26
Flash ActionScript Loops
ActionScript loops are tools used to execute a segment of code repeatedly for a number of times or while a certain condition is satisfied. This can save time and effort by not having to type the same code multiple times to repeat a process.
Sep 20
Using the MovieClipLoader Class in Flash
Larn how to use the MovieClipLoader class to create a preloader for your slideshow images.