Using currentStep to narrate steps of multiple sequence in Vuforia Studio
Hello,
I want to narrate steps in vuforia studio on step change for a pvz file having more than one animation.
I'm using the below code for it, but since there are two animation inside same pvz file, it reads the step1 of first sequence and also step1 of the second sequence at the same time.
Code:
var msg;
var spokenText;
I want to narrate the corresponding steps of the sequence if sequence is set to one sequence and also, narrate corresponding step of the sequence when it is set to second sequence.
Also, let me know how can we have narration in female voice?
Thanks in advance.

