Is there a way to download files from a website and put them in the sketches folder on the users computer?
I ultimately want to check to see if certain files exist on a server and then if they do download them into the sketches folder, but I am not sure how to download files or if you even can.
Hey, I was just wondering if there was any way to make a variable global, so that if I set it inside a class it can be used in another class or in the main draw function.