Here’s how it goes:
Parent ScreenHandler
Children: BackGround, Ship, Rocks
My problem is that no matter where I tell my ship to add(x,y) it’s always in the upper left hand corner and i want it to be centered in the middle while everything moves around it.
Should i be doing this:
ship.x=screenHandler.width/2; ???