Hello
I'm just starting to learn Construct and using scripting. I want to make a 2d grid-based puzzle game. Can anyone show me how to create instances of a sprite and then refer to them by index in a 2d grid?
Also do I have to load all the sprites into construct first, or is it possible to load them in the script? I have hundreds of sprites, so I don't fancy dragging them all in one by one if I don't have to.
Many thanks.