I've made a project called DrawingBoard. It is an online drawing tool, and has many colors to draw with, and a grid. I would appreciate if you told me:
-Your opinion on the project
-Whether it works well or not
-Suggestions to improve the project
The above is not obligatory.
Here is the link to the project:
http://scratch.mit.edu/projects/That_Orange_Cat/1625653
Enjoy!
That_Orange_Cat
Offline
Nice project! It is very nice
. I have some suggestions for the project - right now, I am drawing with the middle of the pencil. Perhaps you could edit the sprite and make the center of the pencil the very tip. Also, whenever I click somewhere, it makes a line from the point I stopped to the point I clicked. Here's my solution to that - within the pencil sprite, make the blocks like this:
[blocks]
<when green flag clicked>
<forever>
<go to[ mouse-pointer
<if><mouse down?>
<pen down>
<else>
<pen up>
<end>
[/blocks]
Lol, I love the blocks in the forum. Anyway, hope this helps!
You may refer to this if you need further assistance.
...and as I read this... typing Y and O and U together makes it say "pikachu" as an April Fools Joke, I assume.
Offline