#Turning User Input to picture
5 messages · Page 1 of 1 (latest)
are you looking to display a random image or a specific image?
a specific
P for Pandas but if they keep pressing P it will show another picture of panda
sorry, just woke up, if you want a set collection of panda images, i would use the keyPressed event with a switch statement for each key you support, then display a PImage of a panda on the screen
one way to approach the different panda images is to have say 5 images in a folder, then increment a value of how many times they have pressed the key while being on the panda, then display the image
(also sorry for the wall of text)