Hi,
why do you use this while in your event?
remove the while loop, it doesnt make sence there!
function mouse_event()
{
if (event_type == EVENT_CLICK)
{
beep();
ent_remove(me);
return();
}
}
how big is the distance btw. the camera and the objekt?(in quants)
and use code tags if you want to show us parts of your code(dont forget to use "inden all" in sed)
[ code ]
[ /code ]
without spaces
xxxxxxx