@Megalomaniak said:
something like (this isn't even pseudo code, but just the concept in abstract terms):
- on-button-pressed:
- tween target-value from target-value-old to target-value-new
Could work perhaps...
Thanks! you helped me a lot, i used tween.start()
in _on_Button_button_down()_
and tween.stop()
in _on_Button_button_up()
. It doesn't quite work but i figured out how i should do and sorry for my english.