I've got the following issue with a actionscript3 project.
I have a group of buttons setup via a class sitting in a holder sprite.
When I rollover one of these buttons I loop through all the buttons in the holder and run tweenlite to tween the alpha to .4 except when the name matches the currently active button.
When I rollout I reset all the buttons back to alpha 1 again via a tweenlite tween.
This works fine in most of the time. the issues i have are as follows:
- when i roll from one button straight to another there is a lot of flickering
- sometimes when i roll to another button it fades in then out again
- i have a case when instead of returning all the buttons to alpha 1 i need to return them to an initial state alpha.
i have tried using tweengroup but this doesn't seem to help either.
let me know if you need any more details. the code is intergrated into a lot of other stuff which is why i haven't posted it but if needed i can put something together.
thanks.
Josh