This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-04-01 18:16:17

That_Orange_Cat
Scratcher
Registered: 2011-02-06
Posts: 2

DrawingBoard!

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

 

#2 2011-04-01 19:19:33

nikk29
Scratcher
Registered: 2009-08-17
Posts: 22

Re: DrawingBoard!

Nice project! It is very nice  smile . 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

 

#3 2011-04-02 13:06:38

That_Orange_Cat
Scratcher
Registered: 2011-02-06
Posts: 2

Re: DrawingBoard!

Thanks!

Offline

 

#4 2011-04-02 13:13:01

Nuttlajer
Scratcher
Registered: 2011-01-01
Posts: 100+

Re: DrawingBoard!

Cool project.  big_smile


http://i55.tinypic.com/9sci2a.png

Offline

 

Board footer