cm_switch v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Chris McCrowe
A switch that changes color
Requirements:
12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10.0, 9.0, 8.0 or later
Linux, Mac, Windows
12.0, 11.3, 11.2, 11.1, 11.0, 10.5, 10.0, 9.0, 8.0 or later
Linux, Mac, Windows


The expression:
[if {[value disable]==true} {
knob tile_color 0x4c0d00ff
brake}]
[if {[value which]<1} then {
knob tile_color 0xff0000ff
} elseif {[value which]==1} then {
knob tile_color 0xff00ff
} else {
knob tile_color 0xffff}]
[value this.which]
Please login in order to download these files.