rollover state to stay in flash
rollover state to stay in flash
Out of context: Reply #2
- Started
- Last post
- 6 Responses
- lvl_130
you just need to create a custom function like for example:
your_btn.onRollOver = function() {
your_MC.colorTo(0xffb1b2, 0.5, "linear");
};