We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Text Boxes (Read 1097 times)
Text Boxes
Sep 30th, 2009, 3:04pm
 
So Im attempting to make something of a game, where generic images are displayed from google images(generic search terms like blue, red, box, tree) and the user has to input what they think the specific search term is.

I have the images displaying repeatedly, but I have no idea how to make a text box which the user can guess with, and searching has turned up nothing.

I need to be able to take the input and check it against the search term.

Thanks for your help Smiley
Re: Text Boxes
Reply #1 - Sep 30th, 2009, 5:11pm
 
you can use the controlP5 library to add textfields and textboxes to your sketch : http://www.sojamo.de/libraries/controlP5/
Re: Text Boxes
Reply #2 - Sep 30th, 2009, 7:31pm
 
Wow, that was really easy.
Thanks you, that library is awesome.
Re: Text Boxes
Reply #3 - Sep 30th, 2009, 7:55pm
 
yep, its really useful for alot of stuff. i use it alot
Page Index Toggle Pages: 1