If I want to draw the stroke of a square just using actionscripting, I can (i.e moveto()). That will just show the stroke of a square as soon as I play the .SWF file.
Let’s say I want to animate the drawing of the stroke of a square from one point to the next. This way when I play the .SWF file, it will show the square being made. How would I go about doing so?