Can you make a text box and button in Codea?

Like how in Unity 3D, you can make a textbox and button with GUI.

For both you would want to use rect() and text() the difference being the button would do something when clicked whereas the textBox would open the keyboard

See the Cider controls here

https://bitbucket.org/TwoLivesLeft/core/wiki/Utilities