prova così:

Movieclip.prototype.centra = function(nome, titolo,feat) {
getURL("javascript:var x = Math.round((screen.width/2)-("+lar+"/2));var y=((screen.height/2)-("+alt+"/2));window.open('"+nome+"','"+titolo+"','width="+s creen.width+",height="+screen.height+",screenX=' + x + ',left=' + x + ',screenY=' + y + ',top=' + y + ',"+feat+"');void(0);");
};


richiamata da
on (release) {
centra('bamique/tique.html', 'titolo','status=yes', 'resizable=yes ');
}

dovrebbe funazionare