i dont have xp white a7 but maby this could work

function mouse_event()
{
if (event_type == EVENT_CLICK)
{
snd_play(ping,100,0);
}
}

action sound_on_click()
{
my.ENABLE_CLICK = ON;
my.emask |= ENABLE_CLICK;
my.event = mouse_event;
}


"empty"