#12, by afrlmeSunday, 05. July 2015, 12:37 10 years ago
Watch the TUTORIAL videos!
Your scene will scroll when the character walks if the background width &/or height is larger than the default game resolution you defined in the game tab. There is no reason at all to add/leave a space for the interface. Visible interfaces will be layered on top of scenes & everything else apart from the cursor & text.
Set the interface to absolute position to set a custom interface position, which is based on current viewport. So 0, 0 will set the top left pixel of the interface to the top left corner. Now let's say your default resolution is 1920x1080 & your interface is 1920x200 & you want to display the interface at the bottom then the coordinates would be 0, 880. 880 is 1080 - 200. Simple enough.
Anyway! Watch the tutorial videos.