group events not working

Hi!
I’m trying to fade in a label after my mouse is over a group (Image and label on it).
The label is inside the group and it’s hidden at start.
When I groupevent nothing happans…
And also when I fade in and fade out for both image and labels seperately it doesn’t work well :frowning:

Hay Eilon,

Without seeing the site it is a bit hard to figure out whats the problem. I can only imaging that it is a combination of some factors, like for instance the fact that an element who is not visible does not get mouse events.

The easiest solution when having a combination of elements is to create a single box on top to act as an hot spot and have the events on this box. Set this box to be transparent and you will get the effect you are looking for.

The website is :
www.flilu.com
The images in the middle have label that are hidden at first.
I want to hover the image/label/box (They are grouped) and then the label will start showing
How do I do a hotspot box? I can do a box but how does the box connectes to a a few elements?

I also encountered this issue, and when I tried the transparent box method the same thing happened as when they were grouped: the elements didn’t respond to mouseIn and mouseOut commands. Still can only get individual elements to have events occur.

Hi,
Can you please post it in a new thread? Moreover, please share with us the code and the page URL so that we can have a look.

Thanks,
Tal.

yeah I had same issue----right click on trouble area— go to overlapping items— click on anything lol i clicked on container box–then it activated it I then ctrl the add. items with the container box and it group form there-- you may need to play with it a bit but it works now