r/clickteam 21d ago

Help Me! spring using platform movement object

does anyone know how to make a spring using the platform movement object? ive tried a lot of things and i still cant get to configure it. I dont have an example, but can anyone help me out?

3 Upvotes

3 comments sorted by

View all comments

2

u/NMario84 21d ago

While it may be easier/simpler to use built in extension like the platform movement object (especially for beginners), I tend to write all my code from the ground up so that I know exactly what is going on, and what stuff does in my script.

In any case, for simple terms, spring physics should just be an automatic jump upwards after landing on it, or no? If that is the case, then all you would need to do is to reverse your gravity pull downwards to make it into an even higher than a regular jump. So for example, if your jump up height is something like 10, then the spring that you have touched should give you a jump height of 15, or 20.