Hi, i have a small problem.

In my game, i have a panel that shows the HP, MP and EXP of the player. This is the code:

Code:

panel pn_info_panel
{
pos_x = 50;
pos_y = 50;
layer = 11;
button = 0, 0, bmp_info_panel, bmp_info_panel, bmp_info_panel, fnc_move_info_panel(), fnc_change_mouse_modus_2_an(), fnc_change_mouse_modus_3_an();
window = 28, 58, 100, 10, bmp_exp_01, var_exp_pos.x, var_exp_pos.y;
window = 28, 22, 100, 10, bmp_health_01, var_health_pos.x, var_health_pos.y;
window = 28, 40, 100, 10, bmp_mana_01, var_mana_pos.x, var_mana_pos.y;
flags = d3d, refresh;
}




Before the 6.4.x update, it worked perfect and looked like this:

SCREENSHOT_1

But AFTER the update, the window pictures are BEHIND the panel, like here:

SCREENSHOT_2

When i make the panel transparent, you can see the bars behind it:

SCREENSHOT_3


So did something changed with the update or do i have to change something?

Thanks in advance!


My Blog

"Tag und Nacht schrei ich mich heiser,
Wind weht alle Worte fort,
Tag und Nacht schrei ich mein Krähenwort!"

Subway To Sally - Krähenkönig