I want to use the vibration alert for the accelerometer action in an app using the Corona SDK.
Can any one give me some clue for this. I have tried searching for this in the internet but not found any useful clues.
Thanks in advance.
Happy Coding
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s actually super easy, put this line in;
system.vibrate()
That’s all it takes. (I think it plays a beep sound on the simulator but nothing visual, so turn your sound up a bit while testing – or better yet build it. I used it in a test app 2 days ago.)