Game Development Community

The Breakout Tutorial - Part Four

by Tetraweb · in Torque Game Builder · 03/30/2008 (4:13 pm) · 22 replies

Part Four of The Breakout Tutorial is now live. This thread is intended for discussion, questions and problems specifically related to Part Four.

Thanks,
Greg
The Breakout Tutorial
Page«First 1 2 Next»
#21
09/20/2011 (12:20 pm)
Hi, about the ScoreboardGui i have the same problem and i cant to show it up in the game. The analysis is good. Maybe its because i run the game not in a full screen?
#22
09/20/2011 (2:34 pm)
I am not sure if that is the case. However, you could open the console and try calling "dump()" on "ScoreboardGUI". If the object exists, this will print all the information about it (fields and methods) to the console. From there, it should be much easier to trouble shoot what is going wrong (since if it works, we know the object exists and what its position is).

Sorry I'm not much help, I don't have a lot of experience with the GUI system, but I hope this helps put you on track to fixing it!

Side note: this is an excellent way to learn about the classes and their functions/structures in torque.
Page«First 1 2 Next»