Please help me! I am noob at Godot Engine!

Godot Version

Godot Engine v4.3

Question

For example, when I point at an object, it changes its coordinates to, say, x=435 and it will be at those coordinates as long as the cursor is on the object, and then when you move the cursor away from the object, the object returns to its original position.

I hope for your help!

You can use any node that inherits from “Control” and use the mouse_entered and mouse_exited signal to write your code

2 Likes