well i have been messing around with Ngui now for a bit, and i have now come to a standstil
i got an Ngui sprite that when i mouse over, enables another sprite, and whne idont mouse over anymore, the sprite disapears im not that good yet at programming and dont know the âcool little commandsâ to everything yet but im learning. what i got this far is this
void OnHover(){
controller.tooltipAnchor.SetActive(true);
}
so my question is now, what and how do i write it so that when i dont mouse over, the âcontroller.tooltipAnchor.SetActive(true);â is set to false instead? thanks in advance guys!