text[1]="When selected, displays the Set Variable: prompt, at which you can set variable values.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:setvariableprompt
{
title="Set Variable: prompt";
text[1]="Allows you to enter a variable name and value specifier. You can choose an existing variable from the Variables scrolling list, or create a variable. Enter a statement in the form ^"x=n^", where x is the name of a variable (existing or new) and n is a value or expression. You can include functions and operators from the other scrolling lists. If the name x is unknown, Scala asks if you want to create a variable, asks you to specify a type: numeric, text, or logical. Only integer values are allowed for numeric variables.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:conditionbutton
{
title="Condition";
text[1]="When selected, displays the Show If Expression: prompt, which allows you to determine whether the event this Branch setting is associated with is played.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:repeatbutton
{
title="Repeat";
text[1]="When selected, displays a selector that lets you choose one of two types of repeat, and a text box in which to enter an expression that is the repeat condition.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:gotobutton
{
title="Go To";
text[1]="When selected, displays selectors that allow you to jump script execution to a different place in the script.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:varlist
{
title="Variables list";
text[1]="The variables scrolling list shows system variables and variables created within the current script, and shows the variable type (numeric, text, or logical). Click on a variable in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:functlist
{
title="Functions list";
text[1]="The Functions scrolling list shows system functions available for script use, and shows the type of variable (numeric, text, or logical) that it returns. Click on a function in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:operlist
{
title="Operators list";
text[1]="The Operators scrolling list shows standard arithmetic, relational, and logical operators. Click on an operator in the list to add it to the Set Variable, Show If Expression, or Repeat Expression text box at the cursor location. You can also type the operator. Only integer operations are performed. The fractional portion of non-integer input values and results is ignored.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:okbutton
{
title="OK";
text[1]="Accepts editing changes and returns you to the Main or List menu.";
descr=text[1];
block=1;
max=1;
Use(SetPos);
}
:cancelbutton
{
title="Cancel";
text[1]="Closes the Branch menu and returns you to the Main or List menu without saving any changes to the current page.";