I have sent you a reply : I did noticed that on your project, the audio keeps on playing and the slide remains still. Reason : you have a continue button which pauses the slide(after 1.5 seconds) , but the audio is started before the actual pause (from the beginning of the slide), so it continues to play. Solution : You have 1 sec silence in the audio, I edited the audio and removed that silence. Now, place the audio after the slide pauses (after 1.5 seconds). I have placed the audio at 1.6 seconds. Now the slide pauses after 1.5 seconds, as you want, once the user clicks on the button the slide will proceed ahead, and will pick the audio at 1.6 seconds and audio will start playing, in sync with the text and other objects on the slide. Also on the ‘Continue’ button, you had an action – ‘Go to next slide’, as you only have one slide in the project, so this button does not work. I changed the action from ‘Go to next slide’ to ‘Continue’. Now the project will pause after 1.5 seconds and once the user clicks on the ‘Continue’ button, it resumes the project and picks the audio at 1.6 seconds and start playing it.
... View more