How do i..
a simple menu with 3 options wich can be selected and executed with the arrow keys ?
i tried this :
give them a instance variable = isSelected
on start of layout : text 1 set isSelected to 1
FAILED because idk how to check for instance variables...