Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference »

Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.

dialingVolume

set [the] dialingVolume to integer

The dialingVolume property sets or returns the volume of the dialing tones generated through the computer speaker by the dial command.

integer evaluates to an integer in the range 0 through 7, where 0 is extremely low but does not shut off the sound entirely.

Examples

set dialingVolume to 5
if the dialingVolume is tooLoud then set the dialingVolume to 2

Related Topics

Placeholders

integer

An expression that evaluates to a positive or negative integer or to zero. For example:

3
18 - 100
-(3 * sum(1,3,4,5)) + 39

In AppleScript, integer is a value class.

HyperTalk Reference


Version 0.8b4 (July 4, 2025)

Made with Macintosh

Switch to Modern View