Report this content
We want the Dreams coMmunity to be a safe, diverse and tolerant place for everyone, no matter their age, gender, race, sexual orientation or otherwise. If you believe this content to contradict these principles, you can file a report for our coMmunity teams to investigate.
Note that misuse of the reporting tool will not be tolerated.Item being reported:
So I have a sphere that moves in a straight line and hits another sphere thats stopped and I want the one moving to stop and the stopped one to begin moving in the direction that the moving one was (kinda like hitting marbles together) but I want many marbles and several interactions to happen repeatedly. Is there a way to share info between two marbles that are touching?.. or do I do I have to wire every single marble to every single other marble each with its own Id so the that the marbles not moving can detect which marble hit them and receive the correct directional data? Becuse based on what I have seen available in the gadgets wiring them all to each other would require 15 detector sensors per marble and roughly 225 wires just to communicate between them all. Seems a bit excessive considering I can code this normally in a few lines of code. Any Ideas would be appreciated.