se ho capito bene, devi mettere l'onEnterFrame.
prova così

codice:
on (release){
  if (Number(_root.Navigation.Nav.Nav._x) > Number("-90.5")){
	for (i=0;i<90;i++){
         _root.Navigation.Nav.Nav.onEnterFrame = function(){
	  _root.Navigation.Nav.Nav._x = _root.Navigation.Nav.Nav._x - 1;
				
		}
              }
	
	}
}
poi dovrai cancellare l'onEnterFrame