Hallo,

I have a button _root.but_0 and the actionscript for the button contains a
variable "url".
then I duplicate the button and give the new button the name _root.but_1
so the new button contains the variable "url", too.

how can i access the two variables?

I used
_root.but_0.url = "http://www.google.de";
But this doesn't work

Thanks,

Thomas