The rotation sensor isn't implemented in LiveCode, but it is described in this web page: http://developer.android.com/guide/topi ... tion-accel. Scroll down the page from the acceleration sensor to see a description of the rotation sensor. The page is for java programming, but has detailed reference information about the various native capabilities of Android, including all of the sensors that might be aboard any given device. Regardless of the question in this post, the site might be a valuable information site in the future.
Anyway, I built a simple utility to display the raw output of the x,y, and z parameters. These seem to be reacting solely to the devices orientation on three axis, rather than the motion, or acceleration along the axis. Maybe I'm misinterpreting what I am seeing, or misinterpreting what the accelerometer feature is supposed to do with respect to LiveCode. Any ideas

Thanks - Gene