obj
layer=10000
hudMeters
health_01
icon='HP Gauge 1.dmi'
icon_state="0"
New(client/c)
screen_loc="1,11"
c.screen+=src
health_02
icon='HP Gauge 2.dmi'
icon_state="0"
New(client/c)
screen_loc="2,11"
c.screen+=src
health_03
icon='HP Gauge 3.dmi'
icon_state="0"
New(client/c)
screen_loc="3,11"
c.screen+=src
health_04
icon='HP Gauge 4.dmi'
icon_state="0"
New(client/c)
screen_loc="4,11"
c.screen+=src</b>
This is just the object code, I do have everything in place though like setting them to be created upon login (not sure how much code needs to be posted).
ANYWAY, I get no errors or anything, yet NO on-screen objects (even other apart from my health bars) will actually show up on screen. I tried using a couple of HUD sources in the developers section as well, but still no luck. I tried creating another environment from scratch as well and still couldn't get stuff to show up :/
Any help would be MUCH MUCH appreciated.
Another question:
1) Are the icon_states actually named 0? Or do they have no name?