Q-Code User Manual
Ver. 7.0 2021/11/30
170
TR4: PauseS(0)
; Pause the playing sentence of foreground.
TR5: ResumeS(0)
; Resume the sentence of foreground.
4.7.4 ResumeS(n)
This command can be used to resume the designated sentence.
n:
0=foreground, 1=background1, 2=background2, 3=background3. If n is not designated, it will
resume all the sentences.
In the following situation, the command is not available:
1. The sentence has finished playing.
2. User had executed the StopS or Stop command.
Note: NY4 / NY5 / NY5+ / NY9T do not support this command.
Ex.
PowerOn
: InputState
TR1: PlayS($S1)
TR2: PauseS
; Pause all the playing sentences.
TR3: ResumeS
; Resume all the sentences.
TR4: PauseS(0)
; Pause the playing sentence of foreground.
TR5: ResumeS(0)
; Resume the sentences of foreground.
4.7.5 StopS(n)
This command can be used to stop the playback of sentences. The parameter n can be designated to
the sentences of foreground or background.
n:
0=foreground, 1=background1, 2=background2, 3=background3. If n is not designated, it will stop
all the playing sentences.
Note: NY4 / NY5 / NY5+ / NY9T do not support this command.
Ex.
PowerOn
: InputState
TR1: PlayS($S1)
TR2: StopS
; Stop all the playing sentences.
TR3: StopS(0)
; Stop the sentence of foreground.