prova così

codice:
_root["bt"+i].onPress = function() {
  myTextFormat = new TextFormat();
  myTextFormat.color = 0xFF0000 //rosso
  this["bt"+i].testo.setTextFormat(myTextFormat)

  red._alpha = 100;
  red._x = this._x;
  red._y = this._y;
  boxx._width = boxx._height=0;
  vuota._alpha = 0;
  unloadMovie(vuota);
};