I'm doing a program, and on that program i have a menu with various options, and in which option the program will do diferent things, but instead of making the user choose one of the options by inputing a character or a number, i want them to be able to choose with a mouse click on the option they want. Can someone point me in the right direction to do this, maybe point me a tutorial Much obliged !
The documentation for your programming language will have info on how it handles GUIs and event driven programming. The web version of the docs hopefully have links to tutorials.
One thing rsmith is implying, but not stating, is that without knowing what language you are writing in it is impossible to point you at a proper tutorial. However, you are posting in the MIT 6.00 class section, and MIT used Python for that. If I assume you mean Python, then I would suggest here: http://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html pr that you look into pygame http://www.pygame.org/news.html
Yes i use python! Thank you very much!
Join our real-time social learning platform and learn together with your friends!