dovrebbe essere una cosa del tipo
codice:
// ACTION FOR THE BUTTON
MovieClip.prototype.DoSomething = function(theClip){
trace("nome: " + theClip._name)
trace("valore: " + theClip.mov.txt)
trace("link: " + theClip.link) // <-- this is the trace for your links
loadMovieNum(+valore+".swf",1); //getURL(theClip.link, "_blank"); // example of action...
// here you can add your script for the button action...
}
// BUTTONS LABEL
// label and links must be == (label name:page url)
nomi = new Array("menu1 ","PRODUCTS:prodotti.html","WHERE:dove.html","CONTACT:where.html");
loghi = new Array("cubo","triangolo","ottagono","sfera");