VoiceOver
Summary
This function will let you specify an audio file containing voice over to be played.
Parameters
Name
Type: Text Default: None
The name of the audio resource file containing the voice over. The audio file must be a file format of .ogg.
Note that you may optionally skip the .ogg extension.
Examples
<voiceover Name="Instructions.ogg" /> <waitforclick Caption="Please listen to the instructions and then click to continue" />
This code will play the audio file Instructions.ogg and prompt the user to wait for the dialogue to finish before proceeding.