Discuss Scratch

talkingtoilet8
Scratcher
1000+ posts

in need of (pen size) block

I'm fooling around with a pen for an art thing, but I can't find blocks like (pen size), (Pen color), (pen shade)… Is there a way to have
them somehow…

http://scratch.mit.edu/projects/12576769/#player

when green flag clicked
forever

if <(pen size) = [100]> then
set pen size to (1)

end
end


chocolatepenguin
Scratcher
1000+ posts

in need of (pen size) block

I'd do it like this:
when green flag clicked
set pen size to (0)
set [pensize v] to [0]
forever

if <key [up v] pressed?> then

change [pensize v] by (1)
change pen size by (1)
end
end

talkingtoilet8
Scratcher
1000+ posts

in need of (pen size) block

thank you


Powered by DjangoBB