Hi,
I'm new to construct. Looks interesting so far. As a first project, I'm trying to convert a project that I'm working on for mobiles.
The project requires that I set up a series of multidimensional arrays. The 3 dimensional array limit is a little restrictive and will require some rewriting of the code design, but it's nothing major. However, I'm not sure how to proceed on the programming side.
The arrays are going to hold sprite ID data. The game will then use these sprites to build up larger sprites and tiles in the game.
So, how do I create new instances of sprites/delete old sprites in code?