Mouse out event in nifty gui!

hi there
I want to show a tooltip to when mouse over on a nifty panel…
I find just this method : setInteractOnMouseOver()
and I dont know is there a method to handle moue out to hide toolTip?

You also have the option to use the ready made effects, HINT and/or SIMPLEHINT. If you want to do something manually like that you can use onEndHover and onStartHover to trigger your stuff.

Word of advice… Download the Nifty 1.3.2 manual, it’ll save your live :slight_smile: It is still valid for 1.4.2 if you are using JME 3.1 or newer.