_root.versione.onRelease = function() {
_root.comandi(_name);
trace(_name)
_root.menu.gotoAndStop(1);
this.enabled = false;
this.gotoAndStop("disabled");
_root.versione2.enabled = true;
};

E guarda un po' cosa restituisce.
Se NON restituisce 'versione', cambia _root.comandi(_name) in _root.comandi(this._name)

Assicurati anche che il percorso che hai dato al loadMovieNum sia giusto.