User's Guide - Actions
Here's a basic overview of actions:
Actions are always assigned to (and triggered by) events like "On Mouse Click" and "On Page Open."
You can assign as many actions to an event as you want.
Actions are performed in the same order as they're listed in the action lists (from the top down).
You can add as many actions to your project as you want.
You can mix and match actions to perform complex tasks.
You can use actions to define custom variables.
You can share information between actions by using variables.
Actions are incredibly flexible...if there's any advanced task you need performed, chances are you can do it with actions.
You can import and export action lists to share them with others.
You can use IF and END IF actions to form conditional blocks.
You can use WHILE and END WHILE actions to set up loops.
You can use Label and GOTO Label actions to jump between lines in an action list.
You can indent blocks of actions to help set them apart visually in the action lists.
You can use the Blank Line and Comment actions to clarify your action lists with whitespace and notes.
Next: Events