Display Commands
Changes the color of the cell
Format: CELL_COLOR ( red , green , blue )
Arguments: red: a number 0 to 100 green: a number 0 to 100 blue: a number 0 to 100
Available: Available for spreadsheet windows Version: 9 and later
Example:
cell_color (100,0,0) turns the background color of the cell red
Changes the color of the row
Format: ROW_COLOR ( red , green , blue )
Arguments: red: a number 0 to 100 green: a number 0 to 100 blue: a number 0 to 100
Available: Available for spreadsheet windows Version: 9 and later
Example:
row_color (0,0,100) turns the row background color blue
Outputs the number, text or movies/instances to the cell
Format:
SHOW (value)
Arguments: value: numerical expression, quoted text or instances
Available: Available for all windows Version: 9 and later
Examples:
- show "Hello" displays Hello in the cell
- show instances from all timelines displays all the instances from all the timelines in the cell
- show "label1" or "label2" where row="row1" shows all the instances with "label1" or "label2" in them (from the front timeline) on row1, in the cell