1. #1

    Closing in object

    ok i want a object to be triggered then follow the rider and close in over time can someone exsplain how to do this
    Share this post

  2. #2
    Jarr3tt88's Avatar Senior Member
    Join Date
    Jan 2013
    Posts
    3,520

    Re: Closing in object

    Object following the rider? http://www.youtube.com/watch?v=myMwjFxjzWw

    Or you want the camera to zoom in close to the rider? That you can just set the zoom # on the camera to a variable datasource and decrease the # as you would like (set event, interval trigger, curved datasource)
    Share this post

  3. #3

    Re: Closing in object

    yes i know how to do that i want it to start behind the rider and close in
    Share this post

  4. #4
    Jarr3tt88's Avatar Senior Member
    Join Date
    Jan 2013
    Posts
    3,520

    Re: Closing in object

    Originally Posted by pillz
    yes i know how to do that i want it to start behind the rider and close in
    What do you mean close in? Chase the rider and then attack it? Follow the rider with OPE. then have that attached to a set event (decrease) and decrease that # til its on the rider

    OPE = Rider position + set value (say 100) -> Variable data source (VDS) -> OPE 'x' value

    so you'll need a two input operator. Adding the value of the riders position (operand 1) and the VDS (100, operand 2).

    The decrease value (whatever value you want it to decrease, plus the amount of time (can use an interval trigger to send the impulse to the set value event decrease)

    Use the value to go to the OPE 'x' value, if you can go from the operand do that, if not connect it to VDS. USE LOCAL CHECKED ON THE OPE

    Make sense?
    Share this post

  5. #5

    Re: Closing in object

    Originally Posted by Jarr3tt88
    Originally Posted by pillz
    yes i know how to do that i want it to start behind the rider and close in
    What do you mean close in? Chase the rider and then attack it? Follow the rider with OPE. then have that attached to a set event (decrease) and decrease that # til its on the rider

    OPE = Rider position + set value (say 100) -> Variable data source (VDS) -> OPE 'x' value

    so you'll need a two input operator. Adding the value of the riders position (operand 1) and the VDS (100, operand 2).

    The decrease value (whatever value you want it to decrease, plus the amount of time (can use an interval trigger to send the impulse to the set value event decrease)

    Use the value to go to the OPE 'x' value, if you can go from the operand do that, if not connect it to VDS. USE LOCAL CHECKED ON THE OPE

    Make sense?
    ok thanks for your help
    Share this post