script for turning things on and off
davesolo
Posts: 15
how can i make a script to turn things on and off, like smoothing, point at, and shadows etc..
Comments
Here's an example of a script that turns smoothing off for all selected figures. Most of the other items would be properties of the figure, not its object, so you could skip that part of the code for those - just use figs[ n ].findProperty( name ); to get the control directly.
Darn I love reading Richards codes. So smooth, so streamlined. Such good examples of coding...