va bene lo stasso devi mewttere javascript unito sul codice che hai sul primo frame, ma mi stai seguendo....
poi la tua funzione si chiama centra
perchè scrivi___ centra
scrivi
codice:
Movieclip.prototype.centra = function (nome,titolo,lar,alt,feat){
var w = System.capabilities.screenResolutionX/2;
var h = System.capabilities.screenResolutionY/2;
var x = Math.round(w-(lar/2));
var y = Math.round(h-(alt/2));
getURL("java script :window.open('"+ nome + "','" + titolo + "','width=" + lar + ",height=" + alt + ",screenX=" + x + ",left=" + x + ",screenY=" + y + ",top=" + y + "," + feat + "');void(0);");
}
javascript va scritto unito
al pulsante
codice:
on (release) {
centra ('stazione. htm','Lastazione',760,460,'status=no,toolbar=no');
}