Yeah, I started this project (which is already 20% complete) to help with explaining how to use the drawing commands for my latest tutorial. And I figured, while I am at it, might as well make it up to Elite standards, and publish the program
Currently, upon start up, if it is the first time it is run, it will make you set up the pic variables in a list (0 doesn't exist, 1 is archived, 2 is unarchived). It can delete any existing variables, and uses the created list to determine wether the pic variable fits certain conditions.
The about section works, as does the exit program option. I am workin on the ability to arch/unarch the variables, then I will need to add the following:
The ability to copy from one pic variable to another, and deal with detection.
The ability to open a picture, and offer drawing commands
The ability to open a new picture, and offer drawing commands.
I will probably make this into a couple different programs, so it will run as fast as basic will allow. I will of course be using the Input function very heavily for this program. The only thing that I have yet to equate in my head is the shading routine, because using the shading command will leave lines going across the screen...
Any suggestions, or flames?
Currently, upon start up, if it is the first time it is run, it will make you set up the pic variables in a list (0 doesn't exist, 1 is archived, 2 is unarchived). It can delete any existing variables, and uses the created list to determine wether the pic variable fits certain conditions.
The about section works, as does the exit program option. I am workin on the ability to arch/unarch the variables, then I will need to add the following:
The ability to copy from one pic variable to another, and deal with detection.
The ability to open a picture, and offer drawing commands
The ability to open a new picture, and offer drawing commands.
I will probably make this into a couple different programs, so it will run as fast as basic will allow. I will of course be using the Input function very heavily for this program. The only thing that I have yet to equate in my head is the shading routine, because using the shading command will leave lines going across the screen...
Any suggestions, or flames?