This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
+2 votes

Hello, I have a follow-up question (mentioned in the comment section) to this one:

https://godotengine.org/qa/39621/how-do-you-create-a-sequential-tween-effect-in-godot-3-0

The solution works, albeit might not be very optimal.

(the question has be rephrased)

I experimented with the idea of drawing a circular and linear line, via the _draw(): function, set its opacity to 0, attempted converting the line into a PoolVector2Array, then apply the PoolVector2Array to a Path2D / PathFollow, then set an object to follow the path. But, I'm not certain how to handle that. It's a bit more complex, and out of my reach since I'm still learning the optimal way of Godot. I'd honestly rather do that, but apparently I can't make it work properly.

Any ideas on how to write such a jump function are more than welcome.

in Engine by (16 points)
edited by

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.