function event_collect() { my.z+=100; } action target_collect() { if(event_type == EVENT_IMPACT) event_collect(); } myent=ent_create(file_of_ent,vector_of_ent,target_collect); myent.emask |= (EVENT_IMPACT); myent.event = event_collect;
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de