> > I think I get it : Sprite #0 is sprite i did put myself on my layout on the editor. I removed it and everything is fine now !!
>
> Well, you typed faster than me :D
You've been of great help BTW :)
You are welcome :-)
I was wondering, for the same result, can I replace 'for "x" from O to TabHeight-1" with something like 'for each "row of my array"' ?
You could use the condition for each element, but I never use it. I prefer to have total control of the starting and end point of the loop, because I might want to exclude some values in the future. Let's say you don't want to put something in the cell at the boundary of a bidimensional array, then you do the loop from 1 to Array.width - 2.
I have done some tutorials related to Array in my course to develop a card game with battlegrid, you might want to have a look at the various topic or even better follow it since the beginning, to see how I use arrays and why:
https://www.youtube.com/playlist?list=PLJdfdQL4meAmIRzTmoHcesxGGeun51TH8