well, I used your code to do the menu, and it is working well, so I started the actual game...Now I like the menu system, so I kept using it. But now I have another problem:

If KeyCode = 39 Then
If Menu = 1 Then
RM.Left - 20
End If
End If
End Sub

RM is the main character
and if menu = 1, it means it is in the game, not in pause or something like that.

But the thing is, when i press the 39 key (right), RM goes all the way to the left of the screen. Why is this?