pausespeaking
SPOT

The pausespeaking statement pauses any talking that is currently happening.


Parameters

This statement has one parameter:

spot – specifies when to stop. If this parameter is "sentence", speaking will stop at the end of the current sentence. If this parameter is "word", speaking will stop at the end of the current word. If it is any other value, speaking will stop immediately.


Description

This statement pauses any talking that is currently happening. Later, whatever text was left unspoken can be restarted with the resumespeaking statement.

This example pauses speaking immediately.

pausespeaking ""

This example pauses speaking after the current word is finished.

pausespeaking "word"

This example pauses speaking after the current sentence is finished.

pausespeaking "sentence"

There is another statement, stopspeaking, that also stops speaking, however, it cannot be restarted if that statement is used.


See Also


History

VersionStatusNotes
10.0NewNew in this version.