ID:156560
 
well what i have been trying to do is when a mouse hovers over a hud a label pops up (under the cursor) i know how to use mouse_pointers but want to knw how i can make labels(browsers etc etc) appear beneath the cursor?

(I ll explain more if no one has understood)

Thanks for your precious time

Taha123
if you want to show somethings descreption when you place the mouse in it, well, you can do use some procs to like mouse entered, check and opend the label window on a specific x and y location, but that won't be acurate, since the usr can have the window resized...And if you want the window to follow the mouse, idk how to do it. The best way to do this is by on screen objects.
The easiest way to do this is to use an /image.
Have an image shown only to the user via MouseEntered().
In response to Maximus_Alex2003 (#2)
nice suggestions