:master:
scusa ma non puoi mettere
label="mc"+_root.K
nell'evento del pulsante?????
dopo ovviamente aver valorizzato k.
...codice:_root.avanti.bt_avanti.onRelease = function() { _root.barra._x += 15 _root.K++; label="mc"+_root.K }; _root.indietro.bt_indietro.onRelease = function() { _root.barra._x -= 15 _root.K--; label="mc"+_root.K };