How to make sprite move on button press.

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

All that I want to do is move a large sprite down to cover the screen.

:bust_in_silhouette: Reply From: exuin

You should look into signals. After connecting the button’s pressed signal to a script, you can use something like an AnimationPlayer to move the sprite down.