*PLEASE HELP*
Why (in screenshot) does it say that my layer of loading my backround is out of range?
BTW: I'll release information about this side game I've been working on later.
Which line number is it failing on? I am guessing you either allocated one or more layers to the bottom screen, or don't have enough space for four layers of 100x25
I typed in your code, and the culprit seems to be the xscreen call. I am thinking it gives each screen two bg layers each unless you specify otherwise. So if you don't need any bglayers on the bottom screen you can do something like the attached. Otherwise you will have to skip out on some layers.