Im making a 2d game and I want enemies go right to the left and when one enemy goes out of the screen (on the left), instantly appears at the beggining again (on the right). How can I do this?
I can do the movement with addAction without a problem, but I have no idea about the "respawn" thing.