SitePal
Sign in / Sign up
Sign in / Sign up
User profile
Carolina Quintero Barrios
Your comments
text-to-speech
Thank you Gil for your help.
However, I still have 2 questions: (sorry about i don't know to much programming):
1) Is just this code which i have to insert it? What does this numbers "1,1,3" mean?
SCRIPT LANGUAGE="JavaScript"
function vh_sceneLoaded(){ //event function
singAsong();
}
function singAsong(){
sayText('my_paragraph1',1,1,3);
sayText('my_paragraph2',1,1,3);
sayText('my_paragraph3',1,1,3);
}
/SCRIPT
2) Where exactly have i put into this code?
Many thanks.
:)
10 years ago
Is there any limittance in the number of letters which …
Could you tell me where i should put the code sayText exactly?
10 years ago
Customer support service
by UserEcho
Carolina Quintero Barrios
0.28
Registered:
10 years ago
Last activity:
10 years ago
User menu
1
Topics
2
Comments
However, I still have 2 questions: (sorry about i don't know to much programming):
1) Is just this code which i have to insert it? What does this numbers "1,1,3" mean?
SCRIPT LANGUAGE="JavaScript"
function vh_sceneLoaded(){ //event function
singAsong();
}
function singAsong(){
sayText('my_paragraph1',1,1,3);
sayText('my_paragraph2',1,1,3);
sayText('my_paragraph3',1,1,3);
}
/SCRIPT
2) Where exactly have i put into this code?
Many thanks.
:)