ID:2160895
 
(See the best response by Ter13.)
Code:
    BottomBanner
layer=100
icon='BottomBanner.dmi'
screen_loc="SOUTHWEST to SOUTHEAST"
TopBlueBanner
layer=100
icon='TopblueBanner.dmi'
screen_loc="1,2"// Tried doing: screen_loc="1,2 to EAST"




Problem description:

So right now i'm kinda stuck and don't really know how to declare the screen_loc to make it go all the way to the right of the user's screen instead of making a black borders around the users screen. I have tried using the method used for the bottom banner however it gave me a runtime error.

Best response
"WEST,2 to EAST,2"
Do bear in mind, for performance you'll have better results if you use a single image and transform it. Eventually I'd like to radically improve how screen objects with repeating tiles are handled.
Thanks.