Código :
ball1.onEnterFrame = function() {
status01.text = this.hitTest(box1); // funciona bien
if ( this.hitTest(box1) ) // he probado (status01.text == "true")
this.ok._visible = true; // aparezca
else
this.nok._visible = true; // desaparezca
}
espero puedan ayudarme, muchas gracias.
