Lingo Dictionary > A-C > beepOn |
![]() ![]() ![]() |
beepOn
Syntax
the beepOn
Description
Movie property; determines whether the computer automatically beeps when the user clicks on anything except an active sprite (TRUE
), or not (FALSE
, default).
Scripts that set beepOn
should be placed in frame or movie scripts.
This property can be tested and set.
Example
This statement sets beepOn
to TRUE
:
the beepOn = TRUE
Example
This statement sets beepOn
to the opposite of its current setting:
the beepOn = not the beepOn
![]() ![]() ![]() |