It is much better to access the signals.
Put the signal in the func _ready()
$MarginContainer/Menu/btn_NAME.connect("mouse_entered", self, "FUNCTION_NAME")
^ this will connect a signal to an action
$MarginContainer/Menu/btn_NAME is the path to button in the scene.