Syntax

on openProject
  ...
end openProject

Explanation

Whenever SuperCard shows opens a new project file, it sends an openProject message to the first card of the first window in the project, to allow the project to perform some initial setup.

See Also