Scoreboard: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Fields | Fields | ||
* Score | * Score | ||
* Total | * Total | ||
* # wrong | * ?# wrong? | ||
Methods | Methods | ||
Line 13: | Line 9: | ||
* pause() score can't be changed | * pause() score can't be changed | ||
* reset() | * reset() | ||
* start() | |||
Options | |||
* startBtn : true | |||
* restartBtn : true | |||
* stopBtn : true | |||
* incValue : 1 | |||
* maxScore : 0 | |||
Possibly For future | Possibly For future | ||
* difficulty level | * display difficulty level | ||
* | * .stop() |
Revision as of 01:22, 5 January 2010
Fields
- Score
- Total
- ?# wrong?
Methods
- maxScore
- .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
- pause() score can't be changed
- reset()
- start()
Options
- startBtn : true
- restartBtn : true
- stopBtn : true
- incValue : 1
- maxScore : 0
Possibly For future
- display difficulty level
- .stop()