PANEL* menu_pan = { digits(100,10,3,*,1, health); flags = VISIBLE; } if (key_w) { menu_pan.flags = VISIBLE | OVERLAY; } if ((key_w) && (menu_pan.flags |= 0)){ menu_pan.flags = 0; }
set(menu_pan,VISIBLE); ... reset(menu_pan,VISIBLE);
toggle(menu_pan, VISIBLE);
if(is(myPanel,VISIBLE) reset(myPanel,VISIBLE); else set(myPanel,VISIBLE;
Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de