Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Face filters
- E_MachineVR
-
Scratcher
2 posts
Face filters
Here's some code to help with coding a scratch face filter!
when green flag clicked
forever
go to [Nose]
point in direction (of face tilt)
set size to (face size) %
end
- E_MachineVR
-
Scratcher
2 posts
Face filters
Here's some code to help with coding a scratch face filter!the blocks that are inside the forever loop should all be from the face sensing extension. I did it in this way bc there isn't a face sensing block I can show in the preview, sorry!when green flag clicked
forever
go to [Nose]
point in direction (of face tilt)
set size to (face size) %
end
- Discussion Forums
- » Help with Scripts
-
» Face filters