Hi,
The "exchange menu1" and "arrays, strings" threads can be closed. Thanks for the solution.
Next problem!
Why doesn't Koolmoves use trace?
I have two txtboxes, one shows % correct (works) and the other is for a conditional response but this is not working. Can someone tell me why?

txt7var = Math.round((new_score/4)*100);
txt9var = "";
this.onEnterFrame = function() {
if (this._currentframe == '14') {
if(txt7var >= 70){txt9var.text = 'well done'}

}else if(txt7var <= 69){txt9var.text = 'repeat'}


}
}
}
}
Selection.setFocus("txt9var");
stop();
thanks,
ja