I've got several movieclips in my FLA library with classnames applied. In my AS package file, I've got an array of those classnames. What I'd like to do is display the movieclips on stage as follows:
- Upon SWF load, Array[0] displays
- When NEXT button is clicked, add 1 to array, then display
- When PREV button is clicked, subtract 1 from array, then display
Total n00b question, I'm sure. I understand the basics, but calling the classnames has me confused. Any help would be appreciated!