Game Development Community

SetVisible(false) causing player to stop

by Kiyaku · in Torque Game Engine Advanced · 04/10/2008 (12:37 pm) · 0 replies

Hi,
i added some gui profiles on the PlayGui. It's a window with a filelist to display files in a specific folder.

Anyway, it is called "fenster" and when i call "fenster.setVisible(false);" i can't move the player anymore.

Is there any relation to some script that could stop player input?

Beside i have running a function that let me rotate the cam while holding right mouse button. This still does work, i just can't use the keyboard to move around anymore.