if (effects == true)
{
if (y > clover_y_end)
y -= y_increase
if (y < clover_y_end)
y = clover_y_end
}