If player.Left > PictureBox3.Left Then count = count + 1 Label1.Text = count end if If player.left > picturebox4.left Then count = count + 1 Label1.Text = count End If If player.left > picturebox1.left Then count = count + 1 Label1.Text = count End If 这个我的本意是player每过一个障碍物加一分,但是不知道问题在哪里,我一过障碍加分很混乱。 我这个是在timer里边的一部分,不知道错误在哪里。