(Solved) Tween position towards angle

Hi there, I wanna do like a dash hability, it’s a top down like the asteroids example, my player rotates and I want that when I press space he tweens towards where he’s looking, but I only find specific coordinates related tweens, I can’t use the impulse physics behaviour 'cause it messes up something else I have set up with the speed, how can I achieve that with tweens?

You cannot mix physics with other position behaviors, such as platformer, top down movement, tweens, etc.
Regarding tweens, when there’s no action suitable for your case, there are tween a number actions that you can use for anything.

2 Likes

Thanks for the answer, Gruk =)

1 Like