Game Development Community

Strange object in Behavioral Tutorial

by Steven S · in Torque Game Builder · 09/01/2007 (1:08 pm) · 9 replies

When I run a level using the BehaviorPlayground project, there appears some strange item in the upper middle of the screen. Even just creating a New Level and running it will display this odd item. It's a white rectangle. The BehaviorPlayground is the only project with which I have this issue.

Anyone else seen this or know what it may be? Thanks.


--Steve

#1
09/03/2007 (5:06 am)
I"m getting this as well. No clue what it is though.
#2
09/03/2007 (9:07 am)
Lol.. I've been asking this question for weeks now with NO RESPONSE from ANYONE about what this could be.. I've since deinstalled this product moved on... zero support from GG along with 20% documentation = total frustration for new wannabe users.
#3
09/05/2007 (3:19 pm)
:) It's very simple, Developer of this demo forgot BUtton definition in GUI. Open file:

mainscreen.gui

and remove this part:

new GuiButtonCtrl() {
canSaveDynamicFields = "0";
isContainer = "0";
Profile = "GuiButtonProfile";
HorizSizing = "right";
VertSizing = "bottom";
Position = "305 167";
Extent = "140 30";
MinExtent = "8 2";
canSave = "1";
Visible = "1";
hovertime = "1000";
groupNum = "-1";
buttonType = "PushButton";
useMouseEvents = "0";
};

That's all.
#4
09/05/2007 (5:54 pm)
Excellent! Thanks for the help.

Still learning and I haven't gotten to the GUI part yet.
#5
09/08/2007 (10:45 am)
Very simple and thank you finally for someone answering this question.. where the heck is GG to help out?
#6
09/10/2007 (9:32 am)
Thanks for posting the fix Andy...
#7
09/12/2007 (7:20 pm)
Nope, mine is still there
#8
09/12/2007 (9:01 pm)
Hmmm, the fix worked great for me. Did you edit the mainscreen.gui file located in: TorqueGameBuilder-1.5.1\games\BehaviorPlayground\game\gui? Did you restart TGB after editing the file?
#9
09/14/2007 (9:55 am)
Tada...if I use the correct path...it works...

Thanks Steven