I am making this game with blender, and it has math problems to solve.
The way I want it to be is that the math problem will pop-up and you have to type the answer in.
But I have no idea how to make the input text. I already have the dynamic text setup though.Thanks! [SUP]
By the way: I like the cool new interface :)[/SUP]
Could you explain a bit more? I donât understand how you can have a dynamic text setup without already having the input text in place. Which part are you missing?
Make a new text about. Make a property on it called âTextâ, and another one called âtoggleâ (a True Boolean) (the second prop doesnât matter how you spell it). Make a keyboard sensor and as the target type in âTextâ and as the Log Toggle type in âtoggleâ.