Moving goes through disappear

Started by DaKook, January 10, 2019, 09:13:56 PM

Previous topic - Next topic

DaKook

Is there any way to make it so that moving platforms don't go through disappearing platforms? I see it done in the actual game a couple times, but my moving platforms shamelessly go through disappearing platforms. I really really want them to be stopped by disappearing platforms! Anyone know how?

moth 🦋

you could set platform bounds for the moving platforms below the disappearing ones, but i dont think theres any other way

DaKook

Yeah, but I want the moving platform to go past it once the disappearing platform vanishes...

Dav999

#3
It's not normally possible, but I think there was a documented way to do it if you use the same coordinates as the main game and use a bit of scripting (as far as I remember: look for "destroy(platforms)" posted by FIQ)

Edit: found the discussion about it: https://tolp.nl/forum/index.php?topic=255.0

It's a bit more complicated and requires a bit of internal scripting.

DaKook

Wow, it works! Not quite exactly how I wanted, but it works! Thanks!