okay so i have this AS thats in a button which animates a tween, but then when you roll out the AS just reverses it. heres the code:
Code:
on (rollOver) {
_root.mouse_over_HomeNew = true;
}
on (rollOut) {
_root.mouse_over_HomeNew = fstartlse;
}
and i created a new button where it stops in the middle, but i want the rollOut AS to play after it stops. Any flash experts know how to do this? i attached an image to get an idea
originally, the button would stop where the AS is, but i wanna change that