Table of Contents Chapter Index Previous Slide Next Slide 333
Syntax: Script

Introducing script use
Syntax: Script
  • A Script node describes a script and its interface
  • url - the program script to use
  • more . . .

    Script {
        url "sine1.class"
    or...
        url "sine1.js"
    or...
        url "javascript: ..."
    }