In this article, you will learn how to build this simple dropdown menu in Flash using Actionscript 3.0:
This is something that you are probably going to kick yourself over when you see how easy it is! ....
We could all use arrays, couldn't we? 
In this article, first you will learn how to create objects from the library in a loop with Flash, the new AS3 way. Then you will learn how handy it can be to store your "MovieClips-as-buttons" instances in an array...
The switch from Actionscript 2.0 to Actionscript 3.0 saw many changes, as we all know. Some were superficial or minor, like removing underscores from certain properties. So _alpha became alpha. The range of alpha became 0 to 1 (formerly 0 to 100). These are among the small changes. Other changes were more extensive; some much more. Of all the changes, the two biggest ones were undoubtedly the display list and the event model. In fact, if you can master these two aspects of Actionscript 3.0, the remainder should be relatively easy.

Copyright © 2009, 2010 by Jody Hall
