Hello everyone,
I recently threw myself on construct 3, as I noticed that I can do great things.
I would like my game to start with 2 sprites (1 male and 1 female) and 2 of them to create a village.
I thought I was handling it through instance variables, but construct 3 seems to treat a set of identical sprites as if they were one; so in case I wanted to change a variable to just one of them, I couldn't.
Anyone with any ideas?