through functions and actions

I still use wdl, but since you come from wdl you should have no problem converting this code:

function click_event(){

if (event_type == event_click){beep();}// and further code proceeds

}

action click_act{

my.enable_click = on;
my.event = click_event;

while(1){wait(1);}

}

Hope this helps


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com