I would like to display a single character from a list of possible characters on the stage.
I would like Flash to randomly choose one character from the list to display.
I'm totally new to AS so am not sure where to start with this.
It would be something like this:
display one character from this list:
a
b
c
d
I would then like to duplicate this so that is happens about 10 times on the stage. This would result in about 10 letters/characters being displayed on the stage from the list.
If you are totally new to AS, I recommend you to go to some tutorials or buy a book first.
To give you a hint to your question, you create an Array or Vector with those objects and then use Math.random(). However, there are a number of points you have not explained here. What kind of list do you mean? Are these characters all different Movieclips in the library? The duplication question is a completely new question. So in one thread please ask only one question.