Currently I have it set up so that I have duplicates of the same sprite and if I click on one of them, the camera focuses on it and I can control it. The only issue is, when I can control it, it controls/moves all the others as well. Is there a way to make a movement function that will only apply to the selected duplicate sprite?
Currently using the Platform behavior for the duplicate sprites. Any help is greatly appreciated