hi people,
How can i create limited object like this? for example : 3*3 , 4*4, 6*6 and etc.
with this sprite?
You can use a loop, or the repeat system expression, and every repeat change the x,y position of the sprite.
Develop games in your browser. Powerful, performant & highly capable.
Hi
You should use 2 loops for this . horizontal and vertical .