1. #1

    Controlling the Camera

    i was wondering if it was possible for someone to tell me if its possible to control the camera with the right analog stick, and by controlling, im hoping for the sort of action that happens on the fps shooter one, except moving around the controlled object. im also wondering, assuming my first question is possible, would it be possible to cause the object to move relative to the camera direction, so u dont have to invert the move controller if you were to spin the camera 180 degrees.

    and if this is possible, could someone guide me on how to achieve this, thanks
    Share this post

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

    Re: Controlling the Camera

    you want a 3rd person rolling ball? If so, copy the FPS example turn visible, then attach the game camera from the bike to the ball and set that as the game camera.

    if you want to invert the camera controls, just flip the right stick horizontal inputs on the fps example or perhaps try turning the value (-) instead of (+) ?
    Share this post

  3. #3

    Re: Controlling the Camera

    Originally Posted by Jarr3tt88
    you want a 3rd person rolling ball? If so, copy the FPS example turn visible, then attach the game camera from the bike to the ball and set that as the game camera.

    if you want to invert the camera controls, just flip the right stick horizontal inputs on the fps example or perhaps try turning the value (-) instead of (+) ?
    thanks for the info, i didnt even realise there was a fps example haha, didnt realise there was more if you scroll down lol, i just checked it out though, there are so many things controlling the rotation of the camera (at least i think they are) and i dont know exactly what part they play, which is quite frustrating when trying to backtrack through how it works from the example.

    i did try moving the camera that was inside the ball and moved it outside, but when i test the game it just shoots back inside the ball, is there a way to set it so the pivot point is inside the ball but the cam is not outside.
    Share this post