 |
THE HYPERCARD CENTER |
|
|
Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
editBkgndset [the] editBkgnd to trueOrFalse
The editBkgnd property returns or sets the layer where new painting or new buttons and fields will appear––in the card layer or in the background layer. It corresponds to the Background command in the Edit menu, and it’s available only when the user level is Painting (3) or higher. The default setting is false , meaning that new images and parts will appear on the card layer. Examplesset the editBkgnd to true
Demo Scripton mouseUp set cursor to watch set editBkgnd to true wait 2 seconds set editBkgnd to false end mouseUp
Placeholders
trueOrFalseAny expression that evaluates to the HyperTalk and AppleScript constants true or false . For example: true false the hilite of bg btn "Yes" fld "Zip" contains "95014" the short name of this stack is "Fred"
HyperTalk Reference
|