Game Development Community

Help with HUD

by Jeremy Woodward · in Technical Issues · 04/27/2008 (1:07 am) · 1 replies

I am having issues with the hud in our platformer. The game pretty much has a mario look. We can not get the health bar, lives counter, score counter, timer, anything to work. I have tried every tutorial that I can find and nothing is working. I will take any advice as to how to get this to work.

I have torque 1.6. I have also tried behaviors but when the camera moves whatever the behaviors are attached to does not.

thanks


jeremy

About the author

Recent Threads


#1
05/12/2008 (12:30 am)
The gui stuff still gives me headaches, but what works for me is working back from the examples--namely the health bar in FPS demo. Grab it to find out it's name, find it in script, grab all its dependencies, and paste it into your game.

Yeah, I know it's ghetto, but it works :-) Easy enough to mod after you get it working....