yo yo,
I have a set interval on a button like this....
Code:on (rollOver) { fadeOutAction = setInterval(_root.fadeOut('quality'), 10); }
the function it calls fades the target mc out... Unfortunatly when I roll over the button, the setInterval is only executed once, and not over and over every 10mS like it should.
I know it's nothing to do with the fucnction, as calling the setInterval from anywhere else produces the right results.
Anyone else experianced this problem or know how to fix it?
Cheers!!




Reply With Quote