Game Development Community

PlayGui

by gamer · in Torque Game Engine · 06/15/2006 (3:36 pm) · 1 replies

I am trying to add a control panel in addition to the playgui in my game, I used the following layout:
-PlayGui-GuiControl
+PlayGuiMain-GameTSCtrl (the old PlayGui)
+ControlPanel-GuiControl

however when the game starts, if I move the mouse to ControlPanel part of the screen, it starts flickering like crazy and all messed up. any idea?

thanks!

#1
06/15/2006 (3:50 pm)
Ok after I changed it ControlPane to a GuiBitmapCtrl with an image it's fine now.
However now if I mouse into playGuiMain, I can't control the aiming crosshair.
what's wrong?