Did make the sprites for the array to insert the coordinates of the grid. As u can see, the background layer is the same but as tiled background. It's just for testing purposes.
I guess if i want a grid, i need the count of squares which build the grid...in this case 50*50=2500. So i did set the width now "2500". Every square has 2 variables, X and Y, so i did set the height now to "2".
Now the output doesn't work anymore, the textfield is not changing. What am i still doing wrong?
link