Game Development Community

Camra Snap to Location?

by Robert Brown · in Torque Game Builder · 02/16/2007 (10:39 am) · 1 replies

Hi again Everyone I was Wondering if it is possible to have the camra snap to diferent locations in a level file and basicly run on automatic. I am thinking of doing this in order to script the intro for my game in a single level file.

#1
02/16/2007 (1:07 pm)
It's very possible and can be done in lots of different ways :)

Check out the reference docs (TGB Reference in the table of contents) and search for setCurrentCameraPosition or setTargetCameraPosition. There are lots of camera functions you could use.