here's the code(a cut something that isn't connected with this problem)

#define health skill5;
ENTITY* playertwo;
PANEL* health_bar=
{
digits(10,10,"HP %0.f",standard_fontr,1,playertwo.health);
hbar(60, 10, 250, "vita.bmp", 1, playertwo.health);
flags= VISIBLE;
}
function main()
{
video_mode=7;
level_load("buildings.wmb");
}
action main_player()
{
playertwo=me;
my.health=200;
}


PC
processore Dual-Core Centrino 2 3.3 Ghz
video card NVIDIA 1GB
HDD 640 GB
RAM 8 GB
Windows 7
3D Game Studio A7 commercial edition
FACEBOOK: http://www.facebook.com/home.php?#!/profile.php?ref=profile&id=100000540297412