Today I have coded part of the more flexible moving objects system.
You can select object type:
"Rotator : rotates on a specified axis",
"Slider : slides along a specified axis",
"Spinner : spins on a specified axis",
And connect to:
"Lights : low or high beam",
"Ignition : ignition switch",
"Rear fog : rear fog light",
"Front fog : front fog light",
"Left ind : left indicator",
"Right ind : right indicator",
"Extra : extra light",
"Horn : horn button",
"Siren : activate with siren",
I think that's as far as I can go, there isn't time this week to code other options such as connecting with other rotating parts or controller axes. For 0.7E it will only be these these boolean switches, sort of like the headlight, but now you can connect to these 9 things and these 3 different motion types.
I hoped to release it this evening but it's taken so long, and I still have to merge all the changes from the development version into the public version. That might only take a couple of hours but I'll have to do it in the morning. This evening I still have to finish the editor side of it.