I am totally new to game development for iPhone/iPad.
I have got my code working and all the 10 balloons are floating in the air but I have a few questions:
The balloons should be in the sequence or random order. They move the tendon to the edge and then the player should move back the balloons to the right place with the mouse. How?
What are the right dimensional numbers (x, y) so my balloons are equally displayed and positioned on the screen?
My random function keeps popping out more balloons by simple click. I would like the user to perform some math operations, for instance add two random balloons and display the right answer on the screen so the result can move back to the right edge of balloon placement. how to code this? How can I use 2 different level of difficulties? (L1, L2)
How to make my balloons to move to the different edges on the screen?
How can a user move back the balloons with mouse to the right places?
How can I tie my balloons to a rope (horizontally)? so the user can make a choice.
My background image is about 3MB original(1024 x 768) to match well with iPad resolution, can I change the size without affecting the display in iPad?
I feel like the local balloon1, 2, 3, is repeated too much, and same goes to moveBalloon and applyLinear. Is there a way of shortening them? or is it normal since there are 10 balloons?
I have added sound to the first balloon by simple click, should duplicate the same function for the rest of the 9 balloons (another mess)? I will use the same sound to all.
Your feedback is much appreciated.