Syntax

on openWindow
  ...
end openWindow

Explanation

Whenever SuperCard opens a new window for a card on screen (e.g. when you’re using the open command, or you use the go command with the in new window option, when a window isn’t open yet), it sends an openWindow message to that window’s current card, to allow the window to perform some initial setup.

See Also