My World 3 for Windows TM
logo

The Script Language

This section is a reference guide to the My World 3 script language.

It is intended for the advanced editor, and will not concern most users.

NB throughout this section:

Frame behaviour is defined by what a frame does in response to an event that
it receives.

Each frame can have a script file associated with it which lists what the
frame must do in response to an event. When a frame receives an event, it
calls a procedure whose name is directly related to the name of the event.

For example, if a frame receives a 'Foo' event then the script procedure
called 'OnFoo' will be executed.

In this version of My World, a frame can only receive the following events:

Menu Next Contents