Hi there, Im just starting out, and Im wondering how to animate a button. Like, on rollover i want a certain animation to happen. I tried
on(RollOver) {
Home.onRollOver = function() {
gotoAndPlay(101);
};
}
but it didnt work you guys probably know
thanks, IoX