Results 1 to 3 of 3

Thread: Problem with HUD objects?

  1. #1

    Question Problem with HUD objects?

    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

  2. #2
    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
    Current (and lifetime) project: FAR Colony
    https://www.farcolony.com/

  3. #3
    finally I found the Solution
    I put all the HUD Objects in a dummy except the Cursor HUD

    thank u all anyway

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •