Bom Eu Estou Tentando Fazer Um Valor Entre 105 e 255 Mais Não Consegui Eu Fiz Deste Jeito Mais Não Deu
If Pista2.Location.X <= 170 And Personagem.Location.Y >= 103 < 255 Then
TPista2.Stop()
MsgBox("Bateu :( Seu Maior Nível Nesta Jogada Foi " + Label2.Text, MsgBoxStyle.Critical)
End
ElseIf Pista2.Location.X <= -171 Then
Pista2.Location = New Point(Pista1.Location.X + 1020, Pista1.Location.Y)
End If