multiple text
multiple text sync with audio in a page
See page3 and page4 in the sample project. In page2, you added an audio as ReadMe but if you need multiple text layers to be synchronized with audio files, Don’t set an audio file as ReadMe.
Here is the setting for multiple text sync in a page,
-
page3 has two text sync layers. The audio files are not checked as a ReadMe. The layers are not set with a language.
-
I am a cat - en_cat.mp3
-
My name is Kwik - en_kwik.mp3
-
-
page4 the layers are set with a language and the audio files are not checked as a ReadMe.
-
ぼくねこ - jp_cat.mp3
-
なまえはくいっく - jp_kwik.mp3
-
You can click the cat image or the roof image to play the text sync
Page3
catTxt layer with Sync Audio and Text
-
Audio: en_cat
cat layer is a button
-
Audio > Play Sync: catTxt
Note
cat layer should be placed lower than catTxt layer because the cat button should be created before the sync2text. Kwik renders from the bottom to the top layer in Layer panel.
Page4
SetLanguage is applied to each layer.
-
catTxt is “I am a cat”
-
catJp is “ぼくねこ”
-
KwikTxt is " My Name is Kwik"
-
KwikJp is “なまえはくいっく”
When the setLanguage is applied, selecting playSync in button works with the language group. In the button of cat layer, all you have to do is to make one Play Sync with catTxt. If user selects English, it play catTxt, and if Japanese, it automatically switches to play catJp with jp_cat.mp3.

-
catTxt layer with Sync Audio and Text
-
catTxt with English
-
catJp layer with Sync Audio and Text
-
catJp with Japanese
-
All components in Page4
That’s all