This is just a fun little idea for a scene I had.
A while ago I posted a scene about a working attraction-powered radio, but I never did much with it.
Today I was browsing through my old scenes and found it again though - so I thought, why not?
This is just a little car, it's nothing too special. But what is special is that it can't be controlled with the keyboard directly. Try it! Move it to a new scene and try to control it. It won't work!
That's because it's actually controlled by the attraction radio I mentioned before. When you press WASD, the controller sends out the corresponding radio channel (and the little button on the controller moves because I thought that would be a nice touch.)
The programming here actually isn't all that complex!
There are 5 big problems with this though that make Scene.my a better way to control things like this.
For one, unless you have some sort of amplitude system going on, you need an entire collision layer just for a single channel of data.
Two, it's difficult to send out actual serial data with this radio as opposed to the last one, although that could be circumvented just by adding a "clock" channel.
Three, the range is really poor. While this RC Car has far better range than my old radio, it's still not very far (hence why the map is so small!)
Four, the latency. The car feels kind of "laggy" to drive!
Five, this is just harder to program and to use than Scene.my. If I used Scene.my instead of attraction radio, this scene would have only taken a few minutes.
But with all of that aside, this was a really fun experiment nonetheless, and I hope you enjoy it.
2023 Xarbian Kinematics Science
If you reupload this scene (or parts of it), be sure to give credit to Little and/or XKS.