Game Development Community

Fish Game Gui Tutorial

by Adam Grunseth · in Torque Game Builder · 03/14/2007 (1:46 pm) · 1 replies

So, I followed the fish game tutorial and made a fish game.... all was good.

Then I tried a gui tutorial, to make a score counter for the fish game- when I ran the game, it didn't display correctly-

http://www.flickr.com/photo_zoom.gne?id=421390002&size=o

The gui works, it keeps track of the score.... and the game ran fine before the gui, just afterwards it wouldn't display correctly.

#1
03/14/2007 (1:48 pm)
@Adam, looks like when you created the GUI you might have somehow offset the SceneWindow in the mainScreen.gui file -- compare the mainScree.gui in your copy of the fish game against a mainScreen.gui from another project and see if there are any noticeable differences, aside from the addition of your score tracker ...