Label mouse_entered() signal does not work.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By mrti14

I have a Node2D as a parent and a Label as a child.I connected signal from editor but , what ever i tried it does not work.Script file attached to Node2D.I set mouse filter to stop but it does not help either.Should i change parent?

func _on_Play_mouse_entered():
print(“Mouse In Label”)

:bust_in_silhouette: Reply From: mrti14

Ok i found it.You should use Label in Canvas Layer then you can use in Node2D.