[noob]HUD question
by tj gillis · in Torque X 2D · 02/25/2010 (10:59 am) · 1 replies
Hey all,
I've been playing with torque for a couple of days now and I'm looking at making something similar to a hud. Really just a few interactive onscreen elements - think WoW spell/item slots.
Is the easiest way to make this a class have it at layer 1 in each level, or is there an easier way to make the stay on screen?
Any help would be awesome. I'm pretty stuck and haven't had any luck finding a tutorial on this. Thanks ^^
I've been playing with torque for a couple of days now and I'm looking at making something similar to a hud. Really just a few interactive onscreen elements - think WoW spell/item slots.
Is the easiest way to make this a class have it at layer 1 in each level, or is there an easier way to make the stay on screen?
Any help would be awesome. I'm pretty stuck and haven't had any luck finding a tutorial on this. Thanks ^^
Torque Owner Matthew Hoesterey
You could delve into the Torque GUI System but I think for your use it would be more trouble then it is worth.
If your looking to create an action bar that lets users change out the icons your going to need to write an entire system for this. You might also want to consider a clever use of tilemaps for your inventory/action bar. Check out the tetrus part of John's Torque X book.