Author Message

RedCarDriver

us
Posts: 1211

Location: United States Arizona
Occupation: it's complicated... more complicated than my relationships
Age: 30
V$: 86310
#131062   2017-10-14 07:12          
Here's the script I wrote for the multiple-scale analog speedometer for the Audi A5/S5/RS5:


Give me a bit and I'll have a digital version, because believe me, I will have a digital speedometer available in the R33.

(Also, the only reason I used "switch / case / break" instead of "if / then / else" in that snippet of code I sent you is because it was easier. For most cases, it will be significantly easier to do what you want with if / then / else.)