Page 1 of 1

Is there a way to use the iPhone keyboard?

PostPosted: Sat May 05, 2012 8:50 am
by Shokupan
I just want to know if there's a way to use the iPhone keyboard and to read out the text then.
For example if I type "I like turtles." .. would there be a function like "If iphonetext == "I like turtles" etc. ?
Or do I have to solve this with own graphics/sprites of the iPhone keyboard? and make the letters as actors?

Excuse my bad english!

Re: Is there a way to use the iPhone keyboard?

PostPosted: Sat May 05, 2012 3:10 pm
by Clokio
You can't but there is a way around. You have to have a graphic of the keyboard. And each letter are actors. You put a behavior each key pressed. Then you store the result in a array. then you can read it.
I never made one, but that would be my start.

That is a excellent question, keyboard is really usefull :D , maybe someone will do a tutorial on that, if there is not one already.