so ive always wanted to do this, As a reference im going to use halo 3. look at the gun, it has a bullet gui and some compass or what ever. i was wondering if it is possible to make the gui text and use it for the gun so when the gun reloads it follows the gun not just sits on the screen in one spot, any ideas?
Im not to sure how to do it with JavaScript but if you could save the current guitexture position into a variable it would update when the position is changed
then pass the variable into the position on the guitext
and the position on the text will shadow the position of the guitexture(the gun)
var currentPOS : vector2;
guiText.position = currentPOS;
im not sure about the code but the idea will work.[/code]