Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Make an audible boop sound.

use "boop"

Description

Make the boop sound that ESL makes when the user makes an incorrect selection.

Example

 

response to Start_PB

 action CheckIfStartAllowed

 if (not StartAllowed_BV) then

         use "boop"

 else

         action DoStart

 end if

See Also

use "beep" Action Statement