FIRECAKE
|
  |
| Joined: 28 Feb 2009 |
| Total Posts: 25167 |
|
|
| 07 Aug 2012 10:58 AM |
Alright so this is something I've been trying to find information on for a while, I looked through the wiki and didn't really find anything helpful.
Basically what I'm trying to do with this is make a scoreboard. Right now I have 20 buttons that represent 20 different numbers.
So what I'm wanting to get at is something that would work like, you hit one button and it does +1 to the total, and depending on the total, a number 1-20 will be shown on the board. Another button would do -1.
Any tips on where to start?
⊂=-҉Ξ҉-=⊃ Nobody said it was easy. No one ever said it would be this hard. I'm going back to the start. ⊂=-҉Ξ҉-=⊃ |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 11:00 AM |
So, button:
.Touched event
Adds one to total
ends
And Scoreboard:
.Changed event
display total
end
?
† KMXD † |
|
|
| Report Abuse |
|
|
FIRECAKE
|
  |
| Joined: 28 Feb 2009 |
| Total Posts: 25167 |
|
|
| 07 Aug 2012 11:02 AM |
Does it have to be Touched or could it be Clicked?
⊂=-҉Ξ҉-=⊃ Nobody said it was easy. No one ever said it would be this hard. I'm going back to the start. ⊂=-҉Ξ҉-=⊃ |
|
|
| Report Abuse |
|
|
|
| 07 Aug 2012 11:03 AM |
Either, just some pseudo code, though something like that?
† KMXD † |
|
|
| Report Abuse |
|
|