Game Development Community

Fix score box on the screen

by gaetano · in Torque Game Builder · 03/01/2011 (6:11 am) · 3 replies

Hi all
I've a little problem.
I'm doing a platform game.
My score box should move with the camera like super mario games. I tried to do a lot of things but it doesn't work.
How can i do this?
Thanks

#1
03/01/2011 (9:37 am)
You should research building GUIs. GUIs are fixed while the underlying scene can move around.
#2
03/01/2011 (2:09 pm)
here is a tutorial that has a fixed score box
#3
03/03/2011 (12:03 am)
sorry the banal question but i'm a newbie in theme.
I finish the tutorial for the score box but when i start the game i see the torque logo on the background and not my scene. looks Like the engine don't run my .t2d.
How can i do for fix the box in My scene?
thanks in advance.