Animated Button

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 :frowning: you guys probably know :stuck_out_tongue:

thanks, IoX