se ho capito bene, devi mettere l'onEnterFrame.
prova così
poi dovrai cancellare l'onEnterFramecodice: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; } } } }
![]()