Advertisment
This Tutorial will teach you how to create a symple right click menu in flash using Action Script
There are two ways to add actions to a button in Flash. You can add the actions to the button itself or you can refer to the button when adding...
Create a preloading system that shows the percentage of your movie loaded so far while animating it, a loading bar and the loaded/total ratio. This...
If you have ever wanted to know how to make simple and fun little video games using flash then this is the tutorial for you. Take a second and find...
This tutorial walks you through the process of building a dynamic photo gallery that allows you to load both thumbnails and full images at runtime...
A conditional is a way of executing a piece of code only if the circumstances are right. In this tutorial, you will learn how to use the if()...
Have you ever seen the button that seems like a picture? Exactly this tutorial will show you how to create advanced flash button using picture and...
Drag and drop technics are very popular in Flash. Using that technic, you can move your object and place it wherever you like. This tutorial will...
Unfortunately, there�s no way to create a customizable popup window using only Flash. But the good news is that with a little help from...
Conditionals are special tools in ActionScript that allow us to execute a specified selection of code upon the satisfaction of a certain condition....
Learn how to create a timer in flash 8 using action script. You can use it for picture presentation, slide show or something.
Our world of Flash interactivities will suddenly shrink if our mouse was taken away from us, the mouse is with the keyboard a very important input...
The localConnection class is not used a lot because a lot of Flash developers are not just aware of its existence. That class lets you communicate...
This tutorial explaining how to make a slide show viewer using action script and pictures in flash.
Any visual object on stage are represented by x and y coordinates. This tutorial will show you how to create some object which will folow the mouse...
In this tutorial you will learn how to move a movie clip around the stage with the arrowkeys using action script!
In this tutorial you will learn how to make walls for your games using some action script involving hitTests!
Learn how to create random movement in Flash using movie clips and simple actionscript.
In this tutorial I will show you how to get mouse position information. I know this is not very useful now but when you comprehend the structure of...
Learn how to create gradient shape using mouse and Action Script.