HOW DO I CREATE A PLATFORM, which disappears when I press A BUTTON ON THE FLOOR?

Status
Not open for further replies.

vinicius

Member
I am creating a phase, and I want to push a button and make a disappearing platform (do not want her to be transparent, I want her desapear).

some help?
 
I've made an example for you.

https://www.dropbox.com/s/sp90lei3rgrf19z/fofdisappearswitch.wad?dl=0


You need to use linedef 445, which is here:

https://wiki.srb2.org/wiki/Linedef_type_445


To make a platform disappear, you make a control sector with 445 as one of it's sides. The tag does not matter. Next, you go to its texture offsets, and you will see two 0s. The first 0 is the x offset, and the second 0 is the y offset.

You need to make the x offset match the tag of the sector in your map that the platform is in.

You also need to make the y offset match the tag of the control sector of the platform you made.

Don't forget to make it trigger with a linedef executor. But you should be able to see it in my example above.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top