Hi all
I have a little issue: I’m doing a little game, where you could click on the screen to generate an item, and a NPC go to the location to collect the item for you. My problem is: I need to change the instance of the movieclip, so it would be a differente instance to each movieclip. Explaining better: when I click on the screen, I would like to generate the item with instance “i1”, and then, if I click again, I would like to generate an item with instance “i2”, etc…
Can anyone help me?
Thanks in advance