same problem at my game..
Created an entity Heart, that i want to show as HP Stat in my HUD ( animated )

But the Entity is not shown ( changed x,y to many things.. but it is not shown )..

Code:
//=================================================================================================================================
//                                                                                                                               //
//                                                     DAS HUD-SCRIPT                                                            //
//                                                     ^^^^^^^^^^^^^^                                                            //
//                                                                                                                               //
//=================================================================================================================================

ENTITY* hud_ent_heart =
{
	type = "Herz.mdl";
	flags = SHOW;
	view = camera;
	x = 0;
	y = 1000;
	z = 0;
}

//=================================================================================================================================
//                                                                                                                               //
//                                                       FUNKTIONEN                                                              //
//                                                       """"""""""                                                              //
//                                                                                                                               //
//=================================================================================================================================

//=================================================================================================================================
//                                                                                                                               //
//                                                        AKTIONEN                                                               //
//                                                        """"""""                                                               //
//                                                                                                                               //
//=================================================================================================================================

function hud_update()
{
	while(1)
	{

		wait(1);
	}
}



i use y = 100, because camera.pan is 90...

Last edited by Espér; 02/21/09 13:46.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<