Sorry to bug you but I could not get the 1st one to work. How could I adapt it to the fla I posted? I tried:
code:
function showMatchingLetter(letter){
for(i=0;i<guessword.length; i++){
if(guessword.charAt[i] == letter) {
_root["textfield"+i].text=letter;
}
}
}
but nothing showed. I have so much code on the AS layer that I don't even remember what does what anymore!Any chance you could look at the fla and tell me what I need to replace with the above? (and maybe how to call it?) heh heh - thanks so much!




Any chance you could look at the fla and tell me what I need to replace with the above? (and maybe how to call it?) heh heh - thanks so much!
Reply With Quote