motion Sensor Simulator

I’m trying to implement a app which uses the motion sensor, I.e, tilting to right side and left so that the app object will move right and left …

but couldnt find the API’s for that.

Please let me know how to implement that and API’s for that.

If no API’s then let me know if Corona is has this feature in road map?
Sudheer [import]uid: 50443 topic_id: 26152 reply_id: 326152[/import]

We have a sample of this, you can see it in the sample code already on your computer.

CoronaSDK > SampleCode > Hardware > Accelerometer1

You cannot of course test this on the simulator and will need to build for device. (Or use a third party tool, like Corona Remote, which would then allow you to simulate accelerometer events.)

Peach :slight_smile: [import]uid: 52491 topic_id: 26152 reply_id: 105997[/import]