How to make a Falling Platform

Post topics regarding Level Building/Design and Entity Usage with Reality Factory
Post Reply
User avatar
aicd99
Posts: 264
Joined: Mon Oct 10, 2011 11:17 am

How to make a Falling Platform

Post by aicd99 » Tue Feb 07, 2017 5:13 am

Hello

Is there a way to make a plaform fall down 3 secs after the player lands on it ?

User avatar
steven8
Posts: 1487
Joined: Wed Aug 24, 2005 9:08 am
Location: Barberton, OH

Re: How to make a Falling Platform

Post by steven8 » Sun Feb 19, 2017 4:11 am

Trigger>Logic Gate>Platform

Create an empty solid brush with a transparency of 1 placed right where the player steps onto the platform. Set the platform attributes bnocollide = true, playeronly = false, brunwhiletriggered = true, rideable = true, Triggername = LogicGate's szentityname

Create a Type 1 Logic Gate with delay set to 3 with a Triggername = the Trigger's szentityname

Create a Trigger attached to the trigger model, bnocollide = false, PlayerOnly = true

When the player passes through the invisible trigger brush, it will turn the trigger on, which will then activate the logic gate, which will wait three seconds, then trigger the platform.
Steve Dilworth - Resisting change since 1965!

User avatar
aicd99
Posts: 264
Joined: Mon Oct 10, 2011 11:17 am

Re: How to make a Falling Platform

Post by aicd99 » Tue Feb 21, 2017 12:23 pm

Thank you steven 8

Post Reply