I have been using a visual programming language called Stencyl to create a program for users to edit images (basically), but something I've been having difficulty with is for the user to export their image (or a text-file of the image data) once they're done editing it. There is an extension available for Stencyl which allows a program to save PNG images and .txt files to a specific place in the program folder, but I've been trying to make it so that the program opens a save as dialogue for Microsoft Windows.
After working on this for several days, I've decided to try ask others for help. I was going to post links to where I've been researching, but I've been extensively reminded that I need at least 10 reputation to post more than two links, so nevermind then. Currently, it seems that I need to use something called sys.io.FileOutput
, and I've been getting most of my information on how to actually write the code from this webpage.
If anyone is able to help me with this, I would greatly appreciate it.