Difference between revisions of "Scoreboard"

From Sugar Labs
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Options
 
*
 
 
 
Fields
 
Fields
 
* Score
 
* Score
 
* Total
 
* Total
* # wrong
+
* ?# wrong?
 
 
  
 
Methods
 
Methods
 
* maxScore
 
* maxScore
 
* .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
 
* .inc(val), .dec(val) to increment and decrement score, default change by one if no val supplied
* pause() score can't be changed
 
 
* reset()
 
* reset()
 +
* start()
 +
 +
Options
 +
* startBtn : true
 +
* resetBtn : true
 +
* stopBtn : true
 +
* incValue : 1
 +
* maxScore : 0
  
 
Possibly For future
 
Possibly For future
* difficulty level
+
* display difficulty level
*
+
* .stop()
 +
* pause() score can't be changed

Latest revision as of 05:15, 6 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
  • reset()
  • start()

Options

  • startBtn : true
  • resetBtn : true
  • stopBtn : true
  • incValue : 1
  • maxScore : 0

Possibly For future

  • display difficulty level
  • .stop()
  • pause() score can't be changed