Problem Description
I am using the UserMedia to do text-to-speech to read out the game as part of an accessibility jam. It works fine for short pieces of text but when I put in a longer text to be spoken it speaks it, but never seems to release. I use the 'Is Speaking' property to do other things but that flag never gets turned off during long text. I added a red 'speaking' sprite to indicate when 'Is Speaking' is on or off. It never turns off after the first text is read.
Attach a Capx
https://www.dropbox.com/s/2eldfx3hvtly7 ... sCopy.capx
Description of Capx
Reads text out. Should also rotate through options and read them out too. But instead it stays stuck on the first section.
Steps to Reproduce Bug
- Click or press SPACE to skip title
- Listen to the first text.
- Notice that it never moves the selector to other options nor reads the text. Notice the red sprite in the top left stays on.
- Edit the CAPX and on event 32 disable the long text and enable the short text.
- It then works as expected.
Observed Result
Notice that it never moves the selector to other options nor reads the text. Notice the red sprite in the top left stays on.
Expected Result
The red sprite in the top left should dissapear when the text has been read. The pink selector should move to the other options and be read out loud.
Affected Browsers
- Chrome: (YES)
- FireFox: (NO)
- Internet Explorer: (NO)
Operating System and Service Pack
Windows 8.1 U1
Construct 2 Version ID
R168 64bit Steam