I am making a Doodle Jump remake. It is scrolling so I want the all the platforms(clones of a sprite) to move simultaneously. How can I make them move all together?
Do they move only all together? If so, just have them
and ditto y position, then move the sprite of which they're clones. (To prevent them all being in the same place, change each one's rotation center.)