Watch this tutorial to learn how to make your own basic pen-program! Click the "continue"-button to get to the next step :) If you have any further questions, just ask :D I never thought this project would be featured?! Thank you! This is my first featured project and I feel very honored! Thanks to this feature, many more people will now be able to make their own Paint projects *yay* :)
I used Block-Screenshots from the Scratch Editor (edited with GIMP). Btw, there are many more possibilities on how to make a paint program :D - - - - - FAQ - - - - - 1) HOW DID YOU GET THE PICS OF THE BLOCKS a) Zoom in b) Take a screenshot & save it c) Open the screenshot in GIMP d) Cut out the blocks e) Remove the grey background with the "color to transparency"-filter 2) WHY IS THERE ANOTHER IF-BLOCK INSIDE THE IF-ELSE-BLOCK? - I don't remember why I did it like this but of course it is not needed. 3) HOW DO YOU CHANGE COLOR? - Best is to use a "Set color to ()"-block. You could activate that block by clicking a sprite or by pressing a key. Use the fitting hat block :) 4) THE DOT WON'T GO TO THE MOUSE POINTER! - Adjust the costume center (http://wiki.scratch.mit.edu/wiki/Costume_Center) 5) HOW DO I MAKE AN ERASER? - Make a script that changes the color to white when e.g. an eraser sprite is clicked. --------------------- Updates-Log: - corrected a few spelling mistakes - button always shows at last slide (glich repaired) - button grey at the end (thanks to @cheeseeater for the idea)