Gveradux wrote:
Now it only colours spcific places.
What do you mean? It should get wherever you click painted.
You can change the size and colour of the brush with the blocks... They're pretty explanatory.
Offline
Gveradux wrote:
where are the blocks?
When green flag clicked - control forever - control go to [mouse pointer] - motion [ if - control] <mouse down> - sensing pen down - pen [ else ] pen up -pen end
Is that what you want?
Last edited by coka (2010-06-19 12:46:49)
Offline
Gveradux wrote:
where are the blocks?
When you're in Scratch, you can go to the "Pen" pallet, and there are some blocks that look like this:
[blocks]
<set pen color to(
<set pen shade to(
<set pen size to(
[/blocks]
You can use those to change the colour, shade, and size of the pen. Try experimenting with the numbers you put in (or why not try putting a variable in, such as "x position" or "y position" - some paint projects create patterns by using that combo ^^)
Offline
Hmm... That's odd! Did you remember to put a "forever" loop in from "control"? If you have done that already, try opening it up in Presentation mode (click the button that looks loke a presentation screen, above the stop sign
Offline