Well I'm not sure what the issue is..
You probably want to select a sprite first and on enter key have the actions performed..
So adding a boolean instance variable selected would be a simple option..
If you use instances of the same object you could give them a second variable in text form to describe the function of that instance.
Deselect all sprites on key pressed and select only the one you "move" to..
on enter key pressed perfrm the actions referenced by the function of that instance object..
I really appreciate your fast answer but i need serious capx .. For example.
1 player 2player Exit
"the text is yellow" when I press right arro go to 2player and that text turn red or when I press left arrow .. same.. turn red. and when I press enter go to player selector... But i dunno how to do this :C