new GameplayDialog(gameplay, images) → {GameplayDialog}
Parameters:
Name | Type | Description |
---|---|---|
gameplay |
type | |
images |
type |
- Source:
Returns:
- Type
- GameplayDialog
Extends
Methods
checkSolution()
Checks if solution is correct
- Source:
drawExpression()
Updates the expression widget
- Source:
nextExpression()
Shows next expression
- Source:
nextTutorialExpression()
Shows next tutotrial expression
- Source:
resize()
Resizes the dialog
- Overrides:
- Source:
setExpressionSymbols()
Prepares operator's images
- Source:
show()
Changes the current dialog to itself therefore making itself visible and appearing on the screen
- Inherited From:
- Source:
showDescription(str)
Sets the operator's descriptio
Parameters:
Name | Type | Description |
---|---|---|
str |
type | String to be shown |
- Source:
skipTutorial()
Skips the tutorial
- Source:
updateResults()
Updates displayed informations
- Source: