Topic: tilt screen function

where can i find info on the touch screen functionality??

Re: tilt screen function

Not sure what you're asking for.  From a Flash perspective, the touchscreen is treated like a mouse except for the lack of "over" events (you can't track anything when there's nothing touching it).

This means that you use standard onPress/onRelease/onReleaseOutside and/or onMouseDown/onMouseMove/onMouseUp event handlers.

Re: tilt screen function

I am sorry I meant to say tilt screen functionality

Re: tilt screen function

The tilt sensor is the accelerometer.  There's sample code for a widget at http://wiki.chumby.com/mediawiki/index. … ter_Widget that reads its settings.