Hi there- I’m looking to get some information on something I’ve been wondering about for a while now. Is it possible to call a dynamic movieclip?
Here’s an example:
I have 30 movieclips all named sequentially: A001, A002, A003, etc
I want to make a listener to dynamically know if I’ve clicked any one of the 30, but also know which of the 30 I’ve clicked.
You know, to avoid writing 30 variations of a listener. (not to mention that I have 5 categories to do this for, meaning there are 150 in total) Perhaps what I would need out of it would be the number value, as well. To perhaps place that in a variable after it has been recognized, so I can use it in the function.
Any ideas? Thanks very much.