if (image_alpha < 1) { image_alpha += 0.2 return; } vspeed -= vspeed_inc if (vspeed < (-vspeed_max)) vspeed = (-vspeed_max)