How to section the window?
-
I'd like to partition the window into a number of sections. I want each section to have its own stuff going on, and sprites should not be able to leave the area. What is the idiomatic way to do this in HaxeFlixel?
-
https://lib.haxe.org/p/flxscrollablearea/0.4.0/
you can scroll text or display anything you want in the region. if I remember correctly, the scrollbars will be hidden unless there is something else to show. you can have the window any size and display objects anywhere on the screen.