How do I get the green colored 'Error' block?

Hello there!
How are you all? In my coding classes, they have used an ‘Error’ block(they are also using the components text to speech and speech recognizer). But i don’t have it in my whole thunkable…I tried drag and dropping the Error block from the ‘Speech_recognizer1’ category second block but it gives me an error that the block is out of scope. So please help me…I am using thunkable free so tell me according that. Thank you!

Green blocks only have a value when they are inside the function that returned them. So in this case, the green error block only has a value inside of the call Speech Recognizer1 block. Move the if block inside of that.

Thank you so much!..have a gret day

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.