I need to make a script :
when the button is pressed - starts the movement of the object,
when the button released - stops the movement
I did it with a checkbutton,
but this is a bad idea, the checkbutton must be pressed twice
with a button no way to use release button
Is there a way to do this:
pressed the button - move
released the button - stop
for movement used this:
Timer.start()
Timer.stop()