Pages: 1
Topic closed
I am trying to make specific codes for a project where you type in a word on the keyboard and then stuff happens. how do I do this?
Offline
You can use the ask block in sensing.For example you could have:<ask [enter code]><if [(answer)=password]><Say [you have successfully typed the word password]><end if>Does that help?