function mouse_event() { if (event_type == EVENT_CLICK) { beep(); ent_remove(me); return; } } action sound_on_click() { my.emask |= ENABLE_CLICK; my.event = mouse_event; }
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de