Discuss Scratch
- WarriorDragonID
-
Scratcher
31 posts
Color Detector
So I was wondering if it was possible to make a sprite that detects the RGB color values of the color it is touching. I really hope this is possible because I am trying to make face recognition in Scratch. Thank you!
when green flag clicked
forever
if <touching color [#a92643] ?> then
put code here
endend

