salve ragazzi, vi copio il codice, non so perchè non funziona..

on (click) {
if (this._parent.TC == "" || this._parent.TAS == "" || this._parent.WD == "" || this._parent.WV == "") {
this._parent.attenzione.text = "ATTENZIONE! BISOGNA RIEMPIRE TUTTI I CAMPI!";
} else {
this._parent.TH.text = this._parent.TC+Math.asin(this._parent.WV*Math.sin (this._parent.TC-this._parent.WD-180)/this._parent.TAS);
}
}