Author Topic: how do i do multicoloured Cars  (Read 811 times)

Can anybody tell me the event for the multi coloured car please

Forgot question mark, Sorry (Bad grammar)

Some thing to do with

OnRelay > Self (vehicle brick) > set colour > ... then keep doing that or something.



Vehicle Spawn
(Vehicle: Any)
(Recolor Vehicle: On)
Code: [Select]
0 (enabled) onActivate -> Self -> cancelEvents
1 (enabled) onActivate -> Self -> fireRelay
2 (enabled, delay=750) onRelay -> Self -> fireRelay
3 (enabled) onRelay -> Self -> setColor -> (Red)
4 (enabled) onRelay -> Self -> toggleEventEnabled -> 3 4 5 6
5 (disabled) onRelay -> Self -> setColor -> (Green)
6 (disabled) onRelay -> Self -> toggleEventEnabled -> 5 6 7 8
7 (disabled) onRelay -> Self -> setColor -> (Yellow)
8 (disabled) onRelay -> Self -> toggleEventEnabled -> 7 8 9 10
9 (disabled) onRelay -> Self -> setColor -> (Blue)
10 (disabled) onRelay -> Self -> toggleEventEnabled -> 9 10 3 4