Have you ever wish to draw something in flash? This tutorial will enable that! Learn how to create a pencil and after that how to draw something using that pencil and Action Script in flash 8.
In this tutorial I will show you how to get mouse position information. I know this is not very usefull now but when you comprehend the structure of this exercise you can easely make flash movie in which the some objects following the mouse cursor by reading mouse position coordinates.
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 moving, using action script.