vspd -= .2;
x += hspd;
y += vspd;
if count >= 40 {
image_alpha -= .1;
if !image_alpha instance_destroy();
}