Hi,
what im trying to do is, when I hover my mouse over an object#2 a menu should pop up okay.
first i click on an object#1 it opens a menu, and on the menu the object #2 is showing.
Now, I have set the object invisible
------
On start of layout - move object#2 to "layer 1"
move object#2 bottom of its layer
--------------
Mouse clicked on object#1 - set "menu" visible"
- set "object#2" visible
-------------------
Mouse cursor is over object#2 - a menu appears
---
Now everything works perfect, but only one problem, on start of layout when i first start the game and i move my mouse around and then my menu appears and disappears. I only want it to appear when my menu is open and my mouse is over the object, and when mouse is not over the object it should disappear.
But now its doing it at the start of the layout, but the menu + the object# is invisible and it is move to a different layout. Why is it doing this? lol