Hi,
So I'm trying to create a highlight system (when hovering columns)... Let's sum up first what I have so far:
- a one picture background with the columns
- a sprite (plain white) for each column: sized to width and height. Opacity to 50% and visibility initial to innvisible. Behaviors to Fade.
Now on the mouse event (Cursor over Sprite column): Set sprite column visbility to visbile and restart Fade.
For some reason the fading only works on MouseOut (when I exit the bounds of the sprite) but not when I hover it... What am I doing wrong?
To be sure: as I have several columns is there a simplier way to do this in one event? instead of the amount of columns?