Computer Science Canada Jeopardy Game -Help Needed |
Author: | TuringBeginner [ Sun Jan 22, 2012 12:06 pm ] |
Post subject: | Jeopardy Game -Help Needed |
The problem I am having with my game that I am currently working on which is Jeopardy, is to allow each button to be clickable, and when it is to go to anotehr screen where I will display the question intended for that button. I have tried various times, but it jsut chagnes the way my game looks, and also makes my bottons black if i put the code of the coordinates and the mouse button down code. If you could please tell me where i would put the code, and which code it would be to make each button clickable after you press start, (THE ONES WITH THE MONEY ON IT) |
Author: | TuringBeginner [ Sun Jan 22, 2012 12:09 pm ] |
Post subject: | RE:Jeopardy Game -Help Needed |
The button i am trying to make clickable are the ones displayed after start is pressed, (not start or instructions as those are already clickable) |
Author: | Alex C. [ Sun Jan 22, 2012 2:15 pm ] |
Post subject: | RE:Jeopardy Game -Help Needed |
version of turing? :/ |
Author: | TuringBeginner [ Sun Jan 22, 2012 2:38 pm ] |
Post subject: | RE:Jeopardy Game -Help Needed |
It is 4.11 |
Author: | TuringBeginner [ Sun Jan 22, 2012 2:39 pm ] |
Post subject: | RE:Jeopardy Game -Help Needed |
Could you please assist me? |
Author: | Aange10 [ Sun Jan 22, 2012 2:53 pm ] | ||
Post subject: | RE:Jeopardy Game -Help Needed | ||
Quote: allow each button to be clickable, and when it is to go to anotehr screen where I will display the question intended for that button. It seems to me you already know how to make things click able. So that makes me think your problem is getting another screen to show up with the question? That could be as simple as
What exactly is your problem? |
Author: | TuringBeginner [ Sun Jan 22, 2012 3:20 pm ] |
Post subject: | RE:Jeopardy Game -Help Needed |
Hey the exact problem i had was to make each money button clickable, but i figured it out, as i had put my code in a total bizarre place, and I now have put it after my code and it works just fine. Thanks alot for your help though. |