distractionware forums

VVVVVV => VVVVVV Help => Topic started by: DaKook on January 10, 2019, 09:13:56 PM

Title: Moving goes through disappear
Post by: DaKook on January 10, 2019, 09:13:56 PM
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?
Title: Re: Moving goes through disappear
Post by: moth 🦋 on January 11, 2019, 01:51:08 AM
you could set platform bounds for the moving platforms below the disappearing ones, but i dont think theres any other way
Title: Re: Moving goes through disappear
Post by: DaKook on January 11, 2019, 01:55:08 AM
Yeah, but I want the moving platform to go past it once the disappearing platform vanishes...
Title: Re: Moving goes through disappear
Post by: Dav999 on January 11, 2019, 10:59:52 AM
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.
Title: Re: Moving goes through disappear
Post by: DaKook on January 11, 2019, 01:25:32 PM
Wow, it works! Not quite exactly how I wanted, but it works! Thanks!