Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. start usingstart using stack The start using command inserts the specified stack into the message-passing order between the current stack and the Home stack (or between the current stack and any other stacks being used). Handlers in the stack script of the newly inserted stack can intercept messages as the messages move through the message-passing order. HyperCard records the full path name of the stacks being used as lines in the global property the stacksInUse . You can add up to 16 stacks. The first stack in use is on line 1 of the stacksInUse , the second stack is on line 2 of the stacksInUse , and so on. The order of items in the StacksInUse determines the message-passing order: from the current stack to line 1 of the StacksInUse , to line 2, and so on, to the Home stack. Examples
PlaceholdersstackAn expression that identifies a stack by its name, using one of the following forms:
For example:
When used inside a stack script:
When a stack receives a message:[the] target Related Topics
|
Version 0.7b1 (March 24, 2022)