Game Development Community

Camera Error? (cant look around)

by Donald McMullen · in Torque Game Engine · 04/02/2008 (7:38 pm) · 1 replies

Hey guys!

Its me again with another question that my tiny brain failed to figure out.

I fixed all of the scripts that where stopping my logos from working.
But now when i try to play test my game my mouse no longer rotates my view.

This only seems to happen to my game when I finish my logo script.

Any ideas would be great.

You guys are some of the most helpful people I have come across in a forum.

#1
04/02/2008 (9:22 pm)
Have a look in your PlayGui.gui and search for this variable

new GameTSCtrl(PlayGui)
{
    ...
    ...
    [b]noCursor = "1"; [/b]

If it is not there, you'll have to add it to your PlayGui. Most of the cases I've seen people having problem with their "mouse rotating view" is from this problem.


Aun.