So here's the Target Bot. D7 is the main servo. D8 is the switch, which uses the GND and Signal cables (no resistors required).
EZ-Script Code:
Servo(d7,38)
Sleep(1000)
Release(d7)
:main
If(GetDigital(d8) = 0)
Goto(hit)
Goto(main)
:hit
Servo(d7,80)
Sleep(1500)
say("Nice Shot")
Servo(d7,38)
Sleep(500)
Release(d7)
return()
By urbanh
— Last update
Other robots from Synthiam community

Gwen4156's G-Bot Video
Finally had a chance to look at some video from Halloween. Here is a brief video of the G-Bot in action. Thanks so much...

Jstarne1's Diy Awesome Project Case Made From Netgear...
OK pretty simple idea here. I have noticed actual project cases are usually very ugly and very expensive. Then even if...

Xuven's Project Atlas 1.0
Inspired by alot of amazing robotics enthusiasts ,project gizmo. Just starting out he will be nothing special. Some head...
Very nice... simple, yet refreshingly different and practical. Now throw in some random dodging and a phased plasma pulse rifle, in the forty watt range.....
Super project! I dig this
Glad to see you got it working so easily. What's next
Thanks Gunner and DJ. Just starting out. Thinking about mounting a gun to it and using the movement/facial recognition software to make it a little more interactive. I'm waiting for my replicator 2 to show up to build some of the required parts.