How do you make a ScrollContainer that scrolls around the contents with touch/mouse, but also has buttons under it?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jerryjrowe

I’m sure you’ve seen a lot of games with a large map that you have to scroll around.

I want a user to be able to click on any spot in the scrollable content (the map), and be able to move their view of the contents around (so…not using the scroll bars of the scroll container).

I haven’t a clue how to do that.

And given what I’ve experienced about mouse_filter in the past with other control nodes, I figure that I should ask about buttons in this initial question, too.

Although, I half expect some genius to suggest that I should be using some other node entirely to do what I thought ScrollContainer was supposed to be doing. :slight_smile: