neobadlands
Programmer
OK, this is what I´m trying to do, respectively what I did:
I want a very small arrow (it is a font arrow) to work as a button. But since it is so small it is kinda hard to hit.
That´s why I put a transparent rectangle over it, sized so that it is comfortable to hit, and made it the button.
So far, so fine.
On mouseover I want the button to glow, smooth.
So on mouseover I load a 2nd swf, in which it starts to glow, and put it right on my arrow.
The prolem is that this 2nd swf is loaded into level 1, so it is right over my transparent rectangle, and I get problems with the Hit-function if I move the mouse over this 2nd arrow.
It is even a little more complicated, because on mouseout I want the arrow to smoothly cool down, therefore I made a 3rd swf, which I load on mouseout, at the same time I unload the 2nd "glow" swf.
It works, as long as I do not move my mouse on the arrow.
Can anyone follow, and maybe tell me an easier way to do it?!
Thanx
Neo
I want a very small arrow (it is a font arrow) to work as a button. But since it is so small it is kinda hard to hit.
That´s why I put a transparent rectangle over it, sized so that it is comfortable to hit, and made it the button.
So far, so fine.
On mouseover I want the button to glow, smooth.
So on mouseover I load a 2nd swf, in which it starts to glow, and put it right on my arrow.
The prolem is that this 2nd swf is loaded into level 1, so it is right over my transparent rectangle, and I get problems with the Hit-function if I move the mouse over this 2nd arrow.
It is even a little more complicated, because on mouseout I want the arrow to smoothly cool down, therefore I made a 3rd swf, which I load on mouseout, at the same time I unload the 2nd "glow" swf.
It works, as long as I do not move my mouse on the arrow.
Can anyone follow, and maybe tell me an easier way to do it?!
Thanx
Neo