Quote:


3D GAMESTUDIO VERSION 6.22 PRO




quoted: boochie's signature

Maybe that is the problem.
Check out the download-page and scroll to the very bottom of it. There is a link to the latest A6 version.
Download it!


@rvl_exile: That is not the problem, or should not be the problem.
Setting flags in the panel object definition is the same as applying it via "panel.flag = status;" example:
in panel definition:
flags = visible, overlay;

is the same as having a function:
panel.overlay = on;
panel.visible = on;