if (other.collided == false && collided == false) {
global.targets_hit++;
global.targets_hit_stars++;
collided = true;
with (other) {
destroy_timer = 15;
}
instance_destroy();