Discuss Scratch

maiareAJ
Scratcher
17 posts

How do i make rainbow pen art?

Im trying to make it work but it won't i try this a lot:
when green flag clicked
pen down
set pen color to [#ff0000]
hide
repeat (100055)
turn cw (55 to 360) degrees
forever

change pen color by (10)
end


end
deck26
Scratcher
1000+ posts

How do i make rainbow pen art?

Are you actually moving the pen?
levi127
Scratcher
16 posts

How do i make rainbow pen art?

                                                   

when green flag clicked
clear

when green flag clicked

go to [mouse pointer v]
if <><mouse down?> then
stamp
forever
change [color v] effect by (25)
end


end


end
bjskistad
Scratcher
1000+ posts

How do i make rainbow pen art?

deck26 wrote:

Are you actually moving the pen?
That's probably your problem. Or your pen isn't down. XD
footsocktoe
Scratcher
1000+ posts

How do i make rainbow pen art?


when green flag clicked
pen down
set pen color to [#ff0000]
hide
repeat (1000)
turn cw (1) degrees
move (1) steps
change pen color by (1)

end
maiareAJ
Scratcher
17 posts

How do i make rainbow pen art?

deck26 wrote:

Are you actually moving the pen?
no
Astudios
Scratcher
100+ posts

How do i make rainbow pen art?

This might work,

when green flag clicked
forever

change [ v] effect by (25)


end

when this sprite clicked
stamp
Astudios
Scratcher
100+ posts

How do i make rainbow pen art?

And that change by 25 would be change color by 25
maiareAJ
Scratcher
17 posts

How do i make rainbow pen art?

thanks!
deck26
Scratcher
1000+ posts

How do i make rainbow pen art?

Are you now OK then? Just remember the pen moves with the sprite. Putting it down won't do anything useful if you don't move.
JavierR100
Scratcher
500+ posts

How do i make rainbow pen art?

maiareAJ wrote:

Im trying to make it work but it won't i try this a lot:
when green flag clicked
pen down
set pen color to [#ff0000]
hide
repeat (100055)
turn cw (55 to 360) degrees
forever

change pen color by (10)
end


end
use this:
when green flag clicked
pen down
set pen color to [#ff2123]
set [trasparent v] effect to (100)
forever
turn cw (pick random (55) to (360)) degrees
change pen color by (10)
end
TaylorTigerLilly
Scratcher
16 posts

How do i make rainbow pen art?

nice.


when [this] > (boring)
(it will be awesome)

Last edited by TaylorTigerLilly (April 27, 2016 02:20:16)

TaylorTigerLilly
Scratcher
16 posts

How do i make rainbow pen art?

when green flag clicked
set pen color to [red]
forever

turn ccw (15) degrees
move (10) steps
change pen color by (10)
end

try that.
by the way make the color red no words.

Last edited by TaylorTigerLilly (April 27, 2016 02:24:51)

Powered by DjangoBB