Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
edit [the]
script of object
The edit script
command opens the script of an object with the HyperCard script editor.
When run as a statement in a handler, edit script
suspends execution of the handler until the user closes the script editor or activates the card window.
Note: Even though HyperCard itself is an object (it can receive messages), it does not have a script. The following statement yields an error:
For this command to work, the userLevel
property must be set to 5.
HyperTalk Definition
The object HyperCard
, or any expression that identifies an object by name, number, or id.
For example:
AppleScript Definition
An identifiable part of an application, or a thing within an application that can respond to commands.