Big Problems with the SAY command
Posted: Tue Mar 10, 2020 7:51 pm
Hi, I hope I didn't nerve here anybody too much, but I started with smart BASIC and found the SAY command. I didn't manage to say more than one text.
Here is a short demo:
SAY VOICE "DE"
TEXT CLEAR
t1$="Hallo Peter"
t2$="wie geht es Dir"
PRINT t1$
SAY VOLUME 0.8
SAY TEXT t1$
PAUSE 1
SAY VOLUME 1
SAY TEXT t2$
The string inside t1$ is printed then spoken, but then all stops. And t2$ never is heard. Must I add something or is everything wrong here? Please try to help me. Many thanks in advance...
Here is a short demo:
SAY VOICE "DE"
TEXT CLEAR
t1$="Hallo Peter"
t2$="wie geht es Dir"
PRINT t1$
SAY VOLUME 0.8
SAY TEXT t1$
PAUSE 1
SAY VOLUME 1
SAY TEXT t2$
The string inside t1$ is printed then spoken, but then all stops. And t2$ never is heard. Must I add something or is everything wrong here? Please try to help me. Many thanks in advance...