Author Topic: changing color car  (Read 806 times)

how do you make it so your car keeps on swiching colors randomly

Relays.

(x) are delay's.

(0) onActivate >> Fire Relay
(100) onRelay >> setColor >> red
(200) onRelay >> setColor >> blue
(300) onRelay >> setColor >> purple
(400) onRelay >> setColor >> green
(500) onRelay >> setColor >> another color
(500) onRelay >> Fire Relay

There we go. Then on the vehicle brick, make it retain the color.


how do you make it so your car keeps on swiching colors randomly


lol

Relays.

(x) are delay's.

(0) onActivate >> Fire Relay
(100) onRelay >> setColor >> red
(200) onRelay >> setColor >> blue
(300) onRelay >> setColor >> purple
(400) onRelay >> setColor >> green
(500) onRelay >> setColor >> another color
(500) onRelay >> Fire Relay

There we go. Then on the vehicle brick, make it retain the color.

I think it is supposed to be 600, or else the last color would be pointless.


I think it is supposed to be 600, or else the last color would be pointless.
No you put the same number as the last color becuz its not a color

I think it is supposed to be 600, or else the last color would be pointless.
If you look carefully you'll see the first relay has a delay, so the end color will still have the full length.