I was wondering if it is possible to make a sidebar that you can scroll through, while also being able to pan in the actual game. Here is a capx if you want to see what im trying to do: https://www.dropbox.com/s/va1sl8r8t4nki4q/TicketToCivilization.capx?dl=0
The Build bar is the sidebar I want to scroll through.
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
There are a few ways to do this. First one that comes to mind is to have your sidebar on a layer with parallax 0. Pan the main area with scroll to, and pan the sidebar by moving all the objects on it around.