Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
run
send "run" to object
The run
command executes an OSA script. run
does nothing.
send "run" to button "Automatic" -- invoke attached QuicKeys script
send "run" to button "Quill" -- invoke implicit AppleScript run handler
on mouseUp
run -- invoke AppleScript in card script
end mouseUp
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.
Commands
Version 0.7b1 (March 24, 2022)