![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | olFrancis |
Hello there! I’m trying to make a dash using the tween movement, but every time i call him in Input just pressed, he don’t work. (I call him in _physics_process (in kinematic body))
if Input.is_action_just_pressed("Dash"):
TweenNode.interpolate_property(self, "Transform/Position", transform.origin, Vector3(0, 0, -5), 1, Tween.TRANS_LINEAR, Tween.EASE_OUT_IN)
TweenNode.start()