It looks like you're new here. If you want to get involved, click one of these buttons!
So I am partially new to coding and my brother who is older than me codes on python, and he can use output and have the user type in the output and if it equals something he make it do something... Anyways.. I was wondering if codea offers someway of having a user be able to get to a keyboard and type something. Thanks for the help!
Comments
sorry, this isn't very clear. Can you try to explain it again?
Is this something like what you're asking. There isn't an input command, you have to use the keyboard function.
^yes thank you
^^but wait how would I make it so if I input something it does something?:
If data=="hello" then
Text("hello",WIDTH/2,HEIGHT 700)
@Wallisch_pls You had the code right, you just needed to put it someplace. See below. Just type hello.
Small rewrite to the keyboard function to add backspace support:
@SkyTheCoder The backspace key works in my original program the way it's coded now.