i have a button with the following code on it

Code:
on(release){
	_root.uniformssections.gotoAndPlay(2);
}
i'm trying to modify the on release action but when i modify the line inside the action call the button just disappears and i have no idea why

any suggestions?