if (critical == 1)
{
image_xscale += 0.1;
image_yscale += 0.1;
}
if (image_index >= maxindex)
instance_destroy();