A relatively simple task, but not sure how to pull it off. I tried searching for it, but none of the phrases gave any answers.
I want to be able to type a letter. immediately after key release it should print at the top of the screen and fall towards the bottom. If i hit another key, the same should happen with that key, while the first letter continues to fall.
i am having trouble resolving the simultaneous action.
i am using keyPressed, but every single time a new key is entered, i need a new thread or new draw sequence to occur. How can i tell processing to start a new thread for animating each letter?