0
votes
1answer
405 views
Do an action when a sound has finished playing in AVAudioPlayer?
I am using the AVAudioPlayer framework, and I have several sounds that play one at a time. When a sound is finished playing, I want the application to do something. I tried to use audioPlayerDidFi …
0
votes
1answer
208 views
Make irregular movement in cocos2d?
I am making a simple app in which filled circles bounce around the screen. Right now, the speed of the circles is fixed, but I want them to speed up or slow down randomly.
I originally t …
0
votes
1answer
314 views
Detect touch *anywhere on the screen* in cocos2d?
I'm really sorry, I realize there have been several questions asked about cocos2d touch detection (including …
0
votes
1answer
153 views
Can the cocos2d Director return time?
I am currently using the cocos2d Director for controlling my animation with the pause, resume, and stopAnimation methods. Is it also possible to use the Dire …
0
votes
2answers
262 views
Save additional information to a plist every time I run the app? (iphone)
My iphone app writes key-value pairs to a dictionary in a plist file. I'm basically saving the user's score when they play the game. This is all fine and dandy, but each time I run the app and g …
0
votes
2answers
160 views
Error while creating an nsarray from plist?
I am trying to create an NSArray from a .plist file, but I keep getting this error:
"'NSUnknownKeyException', reason: '[<NSCFString 0x5bbca60> valueForUndefinedKey:]: this clas …
0
votes
2answers
118 views
What can I do with plist files outside of my app?
My iPhone app generates some very nice-looking plist files. I can look at them through xcode 's plist editor and through any plain text editor when I just want the xml. But can I do anything else …
1
vote
3answers
273 views
Can I make my iphone app created in xcode into a web application?
I made an application for the iphone in Xcode, but as a result of recent developments, I now need to make it into a web application.
I know that Dashcode creates web applications suitable …
0
votes
