PDA

View Full Version : Problem with HUD objects?



programmer
19-01-2011, 06:51 PM
Hi....
I'm trying to make a menu for my game by using HUD objects .
I put 7 items ( HUD Objects ) then I put a new one and replace the mouse Cursor with it.
my problem :
when I move the cursor on the HUD objects some times show up the items and another time under the items .
and when I move the cursor to the right ( after the half of screen ) always the cursor will show under the other HUD objects

Note: I put the HUD cursor at last component in GlScene

please help me

farcodev
24-01-2011, 03:06 AM
have you osInherited for your hud objects and osRenderBlendedLast in your TGLScene ?

I have some HUD objects in my project and don't have any problems

programmer
18-02-2011, 09:17 AM
finally I found the Solution
I put all the HUD Objects in a dummy except the Cursor HUD

thank u all anyway