I made a simple call to the accelerometer using
- (void)motionBegan

UIEventSubtype)motion withEvent

UIEvent *)event {
if (event.type == UIEventSubtypeMotionShake)
}
I am very horrible with audio files, however, and I was wondering if someone could create a tutorial on how to retrieve an audio file from this conditional. I have VERY little background with audio related things, so a detailed example of how to create and call audio from that conditional would be EXTREMELY helpful.
thank you,
Sean