I've read every forum and tutorial I could find on the matter, but I cannot figure out how to pick specific instances of a single sprite object.
I've created a variable instance called "Instance" for each object instance and set a specific number to each for recall. But when I do a command such as "If Sprite's "Instance" = 1, do this ; If Sprite's "Instance" = 2, do this", it does the same thing for all instances.
Any idea why this is happening?