rutas...
al ahcer esto
faq2_mc.pregunta1_btn.onRelease = function(){
trace("WHERE2: "+this._height);
}
lo quen haces es mostrar el height del "this" q en realidad no es el boton.. si no donde tengas el codigo..
tienes q darle la ruta denuevo..
Código:
faq2_mc.pregunta1_btn.onRelease = function(){
trace("WHERE2: "+faq2_mc.pregunta1_btn._height);
}
suerte..