STROOP: Difference between revisions

589 bytes added ,  13 April 2019
Line 159: Line 159:


* '''Advanced Controller''': An advanced controller is in charge of manipulating one or more variables. It consists of the following controls:
* '''Advanced Controller''': An advanced controller is in charge of manipulating one or more variables. It consists of the following controls:
** '''Name Textbox''':
** '''Name Textbox''': This shows the name(s) of the variable(s) being manipulated.
** '''Fix Address Checkbox''':
** '''Fix Address Checkbox''': This is used to toggle whether the variable(s) are using fixed addresses.
** '''Value Textbox''':
** '''Value Textbox''': This displays the current value(s) of the variable(s).
** '''Lock Checkbox''':
** '''Lock Checkbox''': This is used to toggle whether the variable(s) are locked.
** '''Subtraction Button''':
** '''Subtraction Button''': This is used to subtract a value from the variable(s).
** '''Addition/Subtraction Textbox''':
** '''Addition/Subtraction Textbox''': This is the value that's used by the Addition Button and Subtraction Button.
** '''Addition Button''':
** '''Addition Button''': This is used to add a value to the variable(s).
** '''Get Button''':
** '''Get Button''': This gets the value(s) of the variable(s).
** '''Get/Set Textbox''':
** '''Get/Set Textbox''': This is the value used by the Get Button and Set Button.
** '''Set Button''':
** '''Set Button''': This sets the value(s) of the variable(s).
: In the case of


== Object Tab ==
== Object Tab ==