Programmer.hbs script is very useful: it lets you modify the active
document.
- Select Script/Select off the menu, and
- Select Programmer.hbs and click on Edit to bring the Script
Editor window.
The Doc object fives you full control over the active document. Try
typing 'Doc.' to see Intellisense list pop-up.
- Run the script: it inserts programmer's information at the beginning of
the document.
The last sample script is MovingWindow.hbs: it demonstrates how to use
the timer.
- Run the script. The Antechinus screen is rather engaged, so moving the
window will produce some flicker. Use the Stop Script button to
terminate the script.
Continue...