For a school assignment I am planning to make a game similar to Jubeat Plus on the iPad. Right now, I have a counter that gives me each 16th note of a beat, I am reading out a Property List where I defined the time of each button when it should be pressed.
But I don't know how to add the animation. When a button should be pressed, the animation must be at some point already, whether it's a hit animation or a falling dot.
Can someone help me out please? even a feedback whether I'm doing this right or wrong
I don't know if i'm thinking at the right way Do I need to use the beats per minute, to calculate the seconds per beat. When this time is near my animation time I use the frame rate to animate my animation
Please correct me
or another options to play the animation on the button(CCMenuItem)
– user729053 Sep 05 '11 at 22:13