trace2 = function(s, r_all) {
if (!t_txt){Â Â Â //create new textfield if none exists
this.createTextField("t_txt", 1, 0, 0, 1, 1);
t_txt.autoSize = true;Â Â Â}
r_all ? t_txt.text = s+"\n" : t_txt.text += s+"\n" ;
};
trace2 = function(s, r_all) {
if (!t_txt){Â Â Â //create new textfield if none exists
this.createTextField("t_txt", 1, 0, 0, 1, 1);
t_txt.autoSize = true;Â Â Â}
r_all ? t_txt.text = s+"\n" : t_txt.text += s+"\n" ;
};