Jump to content
  • 0

Help with moving Camera


noob_killer012345678

Question

I am experimenting with camera changes for the very first time, and i just cant find out how to get what i want to do to work. What i want to do is that it switches to the camera, then the camera moves its path, then it switches back to the player camera and teleports the player. How can i do this? All ive been able to do so far is it switching to the camera, but no movement. How can i fix this? My things rn are MovingCamera with tag 9, and interpolation point tid 6, then an interpol. point tid 6 with next tid being 7, then the same but 7 and 8. after 8 ive set it to 0 again. all of these have a travel time of 8 (1 second). my script is: 

 

script 5 (void)
{
    ChangeCamera(9,0,0);

    Thing_Activate(9);

    Delay(3*35);

    Teleport(10,10);

    ChangeCamera(0,0,0);

    Thing_Deactivate(9);
}

Share this post


Link to post

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...