interactive objects & spaces 2 - med m/568 - Fall 2007
Philip van Allen -
v a n a l l e n @ a r t c e n t e r . e d u
room 227, wed 3:30pm-6:30pm
NETLab Connect download, documentation, sensor list
all materials on this web site © copyright 2007, Philip van Allen
 
week 05a - coding with widgets



widget coding: 

accessing widget values from code

There are two ways to access the values from widgets. One uses ClipControl to send it's values to any movieClip (even the _root). See the example here:

newecologyofthings.net/netconnect/Documentation/Interface/ClipControl

The other method accesses the values directly from the input widgets. This approach puts fewer widgets on screen, and cosolidates all the code on the first frame of the timeline.

newecologyofthings.net/netconnect/Documentation/Interface/AnalogInput

 

 
     

all materials on this web site © copyright 2007, Philip van Allen

top