Window Border in Developer Help
|
|
Problem description:
I want my game's interface to have a border going around the map and such. The problem is, the border needs to overlap a few pixels of the map, and a few buttons above it. How could i go about making this work? I figured i would just make a label, and make an image that is transparent on it, but that didnt work at all, it just overlapped the entire map rendering it unable to be seen. I was thinking maybe you could do this in the login() proc, but i have no idea how to go about that. Any help is appreciated. Thank you.
|