Computer Science Canada slideshow |
Author: | swiffer [ Mon May 17, 2004 7:59 pm ] |
Post subject: | slideshow |
OK, I'm making a program and I want it to open with a question and two options. When the user clicks on either option, it leads them to a different location. Then, once they are there, there will be a button at the bottom that can return to the first location(menu) and the whole thing can start over again. So, how can I do this? Basically, I want to know how to make links and how to make text clickable? Thanks. |
Author: | SuperGenius [ Mon May 17, 2004 8:43 pm ] |
Post subject: | |
make each screen a procedure, and then when you want to jump to somewhere else type cls and then call the procedure. Also this would facilitate a GUI menu, because you could just set the result of a click for each button to call the corresponding procedure. |