function show_panel() { if(event_type == EVENT_RELEASE) { reset(panel,SHOW); } if(event_type == EVENT_TOUCH) { set(panel,SHOW); } } function entity_func() { my.emask |= (ENABLE_TOUCH | ENABLE_RELEASE); my.event = show_panel; ...
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de