I am currently making a game where I have several platforms flying around the screen. I have grouped all of them using the display.newGroup() and inserting them into that group. I would like to move these multiple platforms (which are all the same) a fixed distance at the same time. How would I do that?
I have tried using translation, but then, it seems that I can not move all of them a ‘fixed’ distance using it. Is there any other option?