1
Science / Re: [URGENT] Chemistry Homework Help
« on: January 11, 2016, 10:42:00 pm »
Some didnt get that....
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
You could put a touch sensor on the palm, I've seen people make it using a 555 timer and a few passive components. CMOS versions like TS555CN or LM7555 work on quite low voltages.
Maybe you could even include something like this, and make your robot give the finger if someone gives it a limp fish, and say "you shake hands like a pussy" in Steven Hawking's voice. Those people need reminders.
Post pics when you make something
Here are some ideas.
http://hackaday.com/?s=Robotic+arm
if (param2 == this.mNet.GetUserName())
{
_loc_5.color = kFontColors[2];
_loc_6.color = kFontColors[4];
}
else
{
_loc_5.color = kFontColors[3];
_loc_5.underline = false;
if (this.mIsFriendCB(_loc_8))
{
_loc_6.color = kFontColors[7];
_loc_6.underline = false;
}
else
{
_loc_6.color = kFontColors[4];
_loc_6.underline = false;
}
}
if (this.mNet.GetGame().GetLiveScript())
{
_loc_11 = this.mNet.GetGame().GetLiveScript().GetTeamIdByNetId(param1);
if (_loc_11 == 0)
{
_loc_5.color = kFontColors[9];
_loc_6.color = kFontColors[9];
_loc_6.underline = false;
}
else if (_loc_11 == 1)
{
_loc_5.color = kFontColors[8];
_loc_6.color = kFontColors[8];
_loc_6.underline = false;
}
}
}