1. #1

    Timed bike event help?

    I am currently working on an obstacle that would require balancing on the front tire; then later in the track,the back tire for a certain amount of seconds. (5) or so.

    The problem is I haven't the slightest idea how to even start.

    I wanted to make a balancing type obstacle course for my friends and I and could really use the help.

    My first thought was to put a trigger down then have intervals linked. I got nowhere lol.

    Any help is appreciated. Thank you.
    Share this post

  2. #2

    Re: Timed bike event help?

    1. Hit trigger. Target 1 is the back/front wheel of the bike. Target 2 is the object you are balancing on.

    2. While active, the hit trigger sends an impulse to a state event. This state event turns on an interval trigger and an impulse clamp.

    3. Interval trigger sends an impulse every tick to the impulse clamp. The impulse clamp must receive 300 impulses (5 seconds) before sending an impulse.

    4. Impulse clamp sends the impulse to other events to make stuff happen after 5 seconds of balancing.
    Share this post

  3. #3

    Timed bike event help?

    Not only have you given me a life lesson about one of my old tracks you now help here.

    You are the most helpful guy ever thank you!

    I was way off.
    Share this post

  4. #4

    Timed bike event help?

    Worked brilliantly thanks again for your accurate instructions.
    Share this post

  5. #5

    Re: Timed bike event help?

    You're welcome!
    Share this post