if (act == 0) { timer -= 1; if (timer < 0) image_alpha *= 0.25; if (timer < -30) instance_destroy(); image_angle += (spin_dir * abs(speed)); }