Separate names with a comma.
We have an app called Shape Chess... it is a variation on chess... unfortunately the AI is extremely weak... I have found it extremely challenging...
I didn't understand your question. Can you clarify? What happens when you execute the code you posted... and how does it differ from what you're...
if the integer is x, then sqrt(x) will do it I believe.
Thanks.
Is there any online resource you use to get artwork... perhaps paying a one-time fee to use the art... Something like http://www.soundsnap.com...
yup. you're right. using viewWillAppear and viewWillDisappear are probably the best places to put in the necessary code.
ok. sorry i think I misunderstood you before. So forget about using [secondviewcontroller tick] when switching views... you don't want the...
As InsertWittyName said, make sure that your function prototypes are in your header file... -(void)tick1; -(void)tick2;
Right before that line... or right after it... can you do something like [secondViewController startanimation];
Do you use a method in view 2 to start the animation... call that method when you switch views... can you post the code showing how you switch...
Playing Imprisoned! right now. After that I'll probably get back to Vay... I started that months ago but didn't get back to it...
Do you mean using AudioServicesCreateSystemSoundID.... perhaps using that for Sound Effects and AVAudioPlayer for music?
I'd also like to know how to implement turning off the in-game music, while keeping sound effects and allowing music outside the app... I'm using...
I was wondering if it was possible to create an iphone photo album in xcode. Appreciate any help. Thanks.
Yup. Everything looks good to me.
I liked story-based games the most... Jake Hunter... Soul Trapper.
here's the rule I follow... if you ever use 'alloc', 'retain' or 'copy'... then you need a corresponding 'release'... if in your header file...
:D You're welcome! So you got it running on your device? hehe... :)
ok... looking at the image you posted... seems like the problem is multiple development profiles with the same name... you might have to delete...
ok, in organizer... on the left side... how many provisioning profiles do you have?