Catherinedally 0 Unverified User

What I need is for 2 buttons to gotoAndStop at different scenes which are menus.

I'm reading the Flash CS3 Bible but not getting anywhere

stop();
Btn_Brae.onPress = function()
{
	gotoAndStop(61);
	};