I wanna create a sprite that will act independently from the other same sprite, with different UID.
I want every sprite moving with and event, but not the same why by their position.
on my project, I have created a sprite named ennemy. This sprite is not ennemy's sprite, is just a sprite for collision an moving. So I created another spriter that I will set every tick on the ennemy sprite.
how can I do an simple event where I will be able to associate, for each instance of an sprite "ennemy" another sprite that are independently moving?