Game help Unit 6 Lesson 9

Student needs help with a game he is creating in Unit 6.

Mainly he/we are struggling with the if statement he has put on Line 29. He is wanting it to go to Screen 6 if the text input is spider.

I have attached a link to the code.

Thanks in advance for any suggestions or help!

Hi @sarah.dudley,

It looks like they were trying to store a text string as a variable, which is something App Lab doesn’t like. I remixed this one slightly to check the text input against the word “spider” directly, and that seemed to do the trick:
image

Their destination screen is blank, but they can fix that next.

Hope that helps,
–Michael K.