Hey! My game is a bit hard to write down and long but the thing I need is that I want to teleport it. Basically the Player sprite switches from 1 to 2 and when you switch it I need it to teleport it to the others position for keeping the location of the player. I'm working with a logic which says a given variable = 1 then go with 1 but if it switches to 2 then go with 2. Set position to another object could be good but because variable is constantly equal to 1 or 2 it won't react to controls because it's constantly setting the position to the other sprite. I know it's a bit confusing but I don't know how could I solve it. Thanks for any advice!