Well I am an absolute begginer on ActionScript, and I am having a doubt here: I need to add some code to my button symbol, created with F8 shortcut (called butplay). I need this code to be on every instance of the button, and there will be lots of instances, so I thought: is there any way to add the code to the symbol, so that every instance created will already have the code?
Code will be simple, like this:
on(release)
{
//do stuff
}
Any ideas?