Well Question is:
I can check wether the mouse is over an object. -->And (in my case) make it visible.
But i want that object to become invisible as soon as the mouse leaves that object....
I tried:
Every tick
-Mouse is over Object -->Visible = True
-Else -->Visible = False
but that works not correctly cause sometimes multiple objects are visible.... and then disappear all together.