I created a button, which use various instances of in a menu.
I haven´t dublicated the symbol, so each instance of the button is pretty much identical, except for the Instance Name.
I put a number (1 - 10) in each of the buttons´ Instance Name.
Each button then has a call to a function (which is defined in an included .as file).
The problem Im having is that I want to submit the number in the Instance Name as a parameter in the function-call, but I really dont know what to call the parameter so that it looks the value up.
So, how do I call this value?
Does my description even make sense?
I guess _name doesn’t work for buttons, but instead you could move that button symbol inside a movie clip, then name the movie clip instance with the numbers. You would then use _this.name I think or _parent._name, depending where you putting the code.