How am I able to move the player across a scrolling scene and still use the touch-screen controls?
My player controls the camera, but the touch screen controls are left behind when I move in a scrolling scene.
My player controls the camera, but the touch screen controls are left behind when I move in a scrolling scene.
Answers
Put buttons and GUI in a layer that's not scrollable
You do that by going to Scene>Layers in the Scene Editor.
Click the + to add a new layer and un-click 'scrollable'
When you populate the scene with actors, they will show up in the layers, and you will have to drag them into the right layer on the list.