Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Make an audible beep sound.

use "beep"

Description

Make the beep sound that ESL makes when the user makes a correct selection.

Example

 

response to Start_PB

 action CheckIfStartAllowed

 if (not StartAllowed_BV) then

         use "beep"

 else

         action DoStart

 end if

See Also

use "boop" Action Statement