Hi
I am experience an extranger GUI problem. I have a object and over the object, on the GUI i draw a “life bar”, this works perfect. If i move my object, the life bar follow the object, this work perfect.
But for some stranger reason i still don’t know why, GUI don’t draw in all the screen… mmmm i will try to be more clear
guess that my screen is 640x480… so, if object is inside of 80% of width and/or 50% of heigth, the GUI show correctly the lifebar position, but when the object is out this imaginary rectangle (but still on screen), the GUI life bar not move more, even if in debug I check the position, the x and y position are for example 600,400, don’t move more then 550,200.
There is any kind of clipping area? or something related???