|
#1
|
||||
|
||||
Electronic Scoreboard Free
Anyone on here have any experience with Java? I am perfecting my gametimers so that I can host java client side scoreboards and timers for anyone to access via the web or offline by saving the page and then just loading the file with the browser (no need for the internet)...
Here is a screen capture of what I'm working on... I'm almost finished, but I have some bugs to work out. Anyone...???
__________________
The coach formerly known as "rollertaco"... Last edited by roller : 10-28-2010 at 09:27 AM. |
#2
|
||||
|
||||
what's the bug ? My javascript (as my action script) is quite rusty...but a fresh brain can sometimes see the problem with new eyes
By the way, with your last beta version, I was thinking about keyboard shortcuts...But I don't believe it's possible with javascript ? Calling keys ? I'm not sure...I remember learned ascii codes to use keyboard events, but I can't remember if it was for action script or java script...perhaps none of these tw languages
__________________
2011 World College Solitaire League french reports coming soon Last edited by the french guy : 10-25-2010 at 06:16 PM. |
#3
|
||||
|
||||
key calling
Yes, you can use onkeypress and then look for the key code. I was actually thinking of using the spacebar (easy to hit in a hurry) and just counting the number of times pressed to call different functions.
You can also use a wireless mouse and then look for either left or right mouseclick events. Or, you could use a presentation clicker. I will forward the code I'm having problems with tomorrow... Thanks for your help!
__________________
The coach formerly known as "rollertaco"... |
#4
|
||||
|
||||
onkeypress ! that's it !
keyboard shortcuts are definitly a great option. You know that on software, once you know them, you almost never touch the mouse... If I can give you an advise, use diferent shortcuts, with meaning choices (S for stop, D for down, etc... for example). It's easy to make a litlle printed sheet to learn the shortcuts.
__________________
2011 World College Solitaire League french reports coming soon |
#5
|
||||
|
||||
got it sorted out...
Dimitri,
I got it figured out. I had a few functions that were overlapping. I should have it ready to roll out today. For other leagues, I can customize this very easily to add your graphics, timing functions, game timers, etc. I can even add a few sound effects DR
__________________
The coach formerly known as "rollertaco"... |
#6
|
||||
|
||||
great news !
thank you a lot for that thing. It will fill a big gap in our hobby. And for free...You're a prince
__________________
2011 World College Solitaire League french reports coming soon |
Thread Tools | |
Display Modes | |
|
|