La verdad no entiendo que error estoy cometiendo, alguien que por favor me ayude. GraciasCódigo ActionScript : function activar () { for (j = 0; j < 10; j++) { tn_group.btn_[j].onRelease = function () { move_it (j); }; } } activar ();
creo que lo que quieres hacer es esto:tn_group.["btn_"+j].onRelease = function () {y no esto:tn_group.btn_[j].onRelease = function () {saludos.