I know how to do shake for the iPhone has been asked a million times on here, but I can't seem to find anything useful regarding the accelerometer with Cocos2D. Everything i have found involves using views and I don't think i am using any views in Cocos2D, if I am they are hidden from me I think. I want to be able to tell when any sort of shake has occured within a CCLayer class?
|
feedback
|
|
I figured it out. In the layer class you need to put these lines;
Then implement this function in the layer class;
shake_once is just a boolean to stop one shake from being registered more than once. | |||
|
feedback
|