on (rollOver) {
gotoAndPlay (330);
}
on (rollOut) {
gotoAndPlay (105);
}
on (release) {
gotoAndPlay (341);
}
The 3 actions at a time to a button causes it to fail every now and again, forcing to remain the mouse on in order to work ;
is there anything that it can be done to improve the buttons ;
or is there another way to do the same tasks ?
Cheers