on_mouse_left=null;
sleep(5);
on_mouse_left=emit_sphere;
ent_remove(my);

do you have it that way? i accidentally had the on_mouse_left=emit_sphere; after the ent_remove(my); in the first version...