- Aug 8, 2005
- 1,518
- 0
- 0
so here I am, trying to learn first programming language lol. I have to make this program that I find rather difficult. I have to make a traffic light with three vertical picture boxes that change colors when tab is pressed down. There are 3 picture boxes, and only one color must show at the time, starting with green. When you press tab, green supposed to turn white, and yellow picture box supposed to turn yellow, and when tab is pressed again, yellow should turn white and red picture box turn red. And it should cycle like that. How do I bind Tab key?