User List with scrolling mouse event

Hello,

I’m trying to make a user list with a vertical scrollbar. It’s easy if I use the function OnGUI. But how can I detect a mouse hover event on an element of my list? (GUI.Button only return mouse click…:-|).

I suppose I have to use guiTexture guiText object, but I don’t find how can I create a scrolling window ? Is it possible that a guiTexture became the mask of another guiTexture?

Thanks

Use GUI.VerticalSlider and GUI.HoriztonalSlider

Ok, the solution is to use GUI.tooltip :slight_smile:

Tooltips can also be used to implement an OnMouseOver / OnMouseOut messaging system:

And use all GUI.x