Heres the idea. There is a large canvas. No bars on the top or bottom to choose tools or anything, except for a tiny button, which will show in hide at different times so you can access the tool menu by clicking on it, but you can see draw over where it is. By clicking it, you can access the tool menu, where you can clear the canvas, choose your color, choose the pen size, and choose the tool, etc. Here's what the tool screen looks like so far...
On the bottom left you can choose the color... to the left of that you can choose the pen size... to the left of that there is a button so you can go to the canvas, and above that there is an Erase All button to clear the canvas. But in the top right, there is an area for choosing tools. Before I can start putting the buttons, I need to choose what tools to have. Which ones?
-Free-drawing
-Straight-lines
-Rectangles/Squares
-Circles/Elipses (?)
-Spray-paint
Please help me with ideas
Offline
You should try adding a curve tool. It might be difficult, but worth it. The circle and elipse tool would be fantastic, but hard to implement.
You should also have different types of brushes, like a circle brush or square brush. (To do this, you'd have to have a shaped sprite that followed the mouse and stamped itself...)
Looks like a really cool project, would be great to see the finished project!
Offline
greenflash wrote:
You should try adding a curve tool. It might be difficult, but worth it. The circle and elipse tool would be fantastic, but hard to implement.
You should also have different types of brushes, like a circle brush or square brush. (To do this, you'd have to have a shaped sprite that followed the mouse and stamped itself...)
Looks like a really cool project, would be great to see the finished project!
Thanks!
Offline
Looks really nice. Maybe some different textured brushes. Opacity would make it revolutionary also.
Offline
littletonkslover wrote:
Looks really nice. Maybe some different textured brushes. Opacity would make it revolutionary also.
What's opacity?
Offline
greenflash wrote:
You should also have different types of brushes, like a circle brush or square brush. (To do this, you'd have to have a shaped sprite that followed the mouse and stamped itself...)
But then there would be huge gaps in between. I've tried that method, its no good.
Offline
Lucario621 wrote:
littletonkslover wrote:
Looks really nice. Maybe some different textured brushes. Opacity would make it revolutionary also.
What's opacity?
It's a bit hard to explain.....it's kind of like how transparent a drawing is. Difficult
Offline
Something that's never been done on scratch before: A paint bucket tool. (well to my knowledge, not been done before)
Offline
Ace-of-Spades wrote:
Something that's never been done on scratch before: A paint bucket tool. (well to my knowledge, not been done before)
That would be VERY difficult. Emphasis on VERY. Its doable, I know jens has done it, and music man has word on it, but its still inaccurate.
Offline
You just have the fill-in thing have different costumes with different base colors.
Offline
Offline
No, There's that thing... I can't remember now, but I'll produce a working model soon.
Offline
Ace-of-Spades wrote:
No, There's that thing... I can't remember now, but I'll produce a working model soon.
Please do show me an example soon
Offline
Okay. I just hope I can upload projects again (was getting an error before).
Offline
You should be able to change the color of the backround.
Offline
samurai768 wrote:
You should be able to change the color of the backround.
Yeah I plan on adding that, along with making backgrounds with varying colors and such.
Offline
A paintball gun tool.
Offline
Ace-of-Spades wrote:
A paintball gun tool.
Lol.... possibly an extra.
Offline
A Kenny stamp
Offline
littletonkslover wrote:
A Kenny stamp
*gives a straight face with absolutely no emotion*
No.
Offline
A paintbrush tool (I hope you know what I mean).
Offline
I think Jonathanpb means airbrush.
Offline
An export feature to export image to a real image format . You just need to make the list to write the data in a image format u can get more info about these on THE INTERNET
Offline
fanofcena wrote:
An export feature to export image to a real image format . You just need to make the list to write the data in a image format u can get more info about these on THE INTERNET
Not that that's impossible, but it is impractical. First of all, a tiny 1 dot sprite would have to read over an entire image to check what colors there are there. It just takes to long.
1. Going to every location on the screen (my program uses entire screen)
2. Checking many many many different colors.
Those are the key factors. To see what it would actually look like scaled down, here's a project goch made which reads most of the entire screen (1. It's scaled down because of borders 2. It changes x and y positions by 10, not 1, so it's quicker), and then turns it into a mosaic.
Making a mosaic feature if that's what you're then thinking, than possibly. But again, most likely not.
Offline