
08-05-2010, 04:17 AM
|
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
|
That's a GUI Object, they are already on 'layer 4' in the sense that they are drawn on the screen and not based on level coordinates.
If a GUI Object is being drawn over it, you can do: buttonObject.showtop(); and it should bring it to the front. |
|
|
|