Discuss Scratch

Uviferous
Scratcher
100+ posts

video sensing and pen

I'm trying to make a project where if you move your hand with video sensing, it draws with pen. anybody know how to make this happen?

I make games, I think

go here to see my shop, I offer custom blocks!

go here for my development group, Swift Games.

UviferousTest
Uviferous_Tutor

I exist, I think. I'm not sure. It's been a while since the order of the red star took over aether, so my memory is a bit fuzzy.
The_Imaginarium
Scratcher
1000+ posts

video sensing and pen

You can't make hand recognition, but you can do this!:
when green flag clicked
erase all :: pen
pen down
go to x: (0) y: (0)
forever
point in direction (video (direction v) of (stage v) :: pen)
move (video (motion v) of (stage v) :: pen) steps
end
Try tipping your head around

Powered by DjangoBB