So, for a school project, I'm programming a math game to help teach kids mental math. What's a good way to make a good looking version of a text box? I've tried to make it myself, but as I am very new to programming it ended up being a buggy mess. Basically, I want to be able to type in a number at the end of a math problem. If it's correct, launch function 'Correct', else, launch 'Incorrect'. I'm having trouble with the first part. Thanks!