1. #1

    Camera Event question

    I would like to trigger a camera event that interpolates the camera to a first person view until the rider hits a second trigger that returns the camera to the default game camera. I'm sure this is unbelievably simple but any help would be appreciated.
    Share this post

  2. #2

    Re: Camera Event question

    What I'd do is set up an object position event to the camera, so that it stays on the riders head. And have a camera event that enables that camera, and is tied to a trigger, then another camera event to disable it. In one of the tutorials they made something follow the riders head, so I'll go and find it now.

    EDIT: Here it is
    Share this post

  3. #3

    Re: Camera Event question

    Thanks James. This should do it.
    Share this post