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
Ericez's I Create Baymax Doll Robot For Robot Theater Using...
Interactive Baymax robot for Big Hero theater: handmade costume with internal robot, Ez-B v4 for speech and...
Leversofpower's Un2003a 28Byj48 Stepper Motor Project
Implement the UN2003A 28BYJ48 stepper controller for low-cost open-loop positioning; easy hardware setup; listed in...
Jphillipsnj's Inmoov Project
InMoov life-size open-source 3D-print robot project using EZ-Robot and EZ Face, exploring Kinect support and VB.net...

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.