Break stuff with timer

Break stuff with timer

Re: Break stuff with timer Posted by XenNetwork on Mon Feb 28th 2005 at 1:59am
XenNetwork
58 posts
Posted 2005-02-28 1:59am
58 posts 66 snarkmarks Registered: Jan 25th 2005 Location: USA
I have a sheet of wood thats being held up by 4 beams, when you make
the trigger go off i want the trigger to breake the first beam then
every second i want the next beam to break..
Re: Break stuff with timer Posted by Rof on Tue Mar 1st 2005 at 12:41am
Rof
210 posts
Posted 2005-03-01 12:41am
Rof
member
210 posts 41 snarkmarks Registered: Dec 3rd 2004
From your trigger, add 4 outputs, triggering each beam to break, with increasing delays.

Say the breakables are named beam1 - beam4.

So add an output:

Output: OnTrigger, Target: beam1, Input: Break, Delay: 1.0

and add another:

Output: OnTrigger, Target: beam2, Input: Break, Delay: 2.0

and so on.