Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
set [the] scriptingLanguage ¬ [of object ] to languageName
where languageName
is HyperTalk or the name of any OSA-compliant scripting system such as AppleScript. scriptingLanguage
property sets or retrieves the scripting system of the object or (when you don't use of object
) of the message box. LanguageName
must be present in the computer's system resources. scriptingLanguage
property for an object by choosing from the Scripting Language pop-up menu at the top of each object's script editor window. languageName
is HyperTalk.
get the scriptingLanguage of bg button 6
set the scriptingLanguage to AppleScript -- for Message box only
HyperCard
, or any expression that identifies an object by name, number, or id.HyperCard
me
[the] target
button 1
background part 6
card field id 3894
this card
next background
stack "My Stack"
AppleScript DefinitionAn identifiable part of an application, or a thing within an application that can respond to commands. Properties
Version 0.7b1 (March 24, 2022)