If _root.frame.label = start remove fuction

_root.onEnterFrame = function(){
	if (_root.frame.name != "start") {
		Something that will only work when the label is not start.
	}
};

please help out