Hey all
I am coding a game and on one particular level I place an object in position using the translate function within the createScene method. If I add a print statement inside the method it reports the correct x and y locations.
Once the enterScene method is called, however, the x and y locations have changed (as shown with a different print statement)!
Even more obscurely, if I restart the level (using a button on screen) the behaviour is not observed.
Does anyone have any ideas why this is happening?
A