So, I was making a leaderboard and I made an array for the first 5 places. two dimensionsm X 5 as five players and Y (0 is name, 1 is score). I made everything allign and work, numbers are fine, but the only name that shows up is the first one (0,0) other names are invisible. I tried increasing txtbox size and character wrapping, font, rechecked the events but I cant find a clue. I tried putting my own text into one of the "invisible" textboxes and it stays there until the array function re writes it to "invisible". Does someone know what to do? yeah forrgot to mention, I used ajax and a text file with names n numbers. Thanks.