action _toggle_screen{ if (key_alt == 0) { return; } temp = video_screen + 1; if (temp > 2) { temp = 1; } video_switch(0,0,temp); if (result == 0) { beep; }}on_enter _toggle_screen;
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de