|
Apr
24 |
|
awarded | Guru |
|
Mar
4 |
|
awarded | Popular Question |
|
Feb
6 |
|
awarded | Good Answer |
|
Jan
4 |
|
awarded | Yearling |
|
Nov
28 |
|
awarded | Notable Question |
|
Nov
3 |
|
awarded | Popular Question |
|
Oct
28 |
|
comment |
Cocos2D: Change animation based on joystick direction Hey, I had to put my cocos2d project on hold, because I programmed an app for a client. However I still try to answer your question, even though I am a bit rusty at that point: What I am doing here is to check, when the joystick is for example pointed upward, if the figure is looking/walking upward. If not, I change it to the kStateWalkingFront. I read the Ray Wenderlich book, where it is explained pretty good. If you use what I have written above, you need to define the kStates somewhere and also put the animation or the link to the animation after the definition. Works fine then :) |
|
Oct
26 |
|
awarded | Enlightened |
|
Oct
26 |
|
awarded | Nice Answer |
|
Oct
5 |
|
awarded | Popular Question |
|
Sep
25 |
|
awarded | Popular Question |
|
Sep
20 |
|
comment |
How to Post to Facebook on iOS 6 in Objective-C using ACAccountStore class You are welcome, no problemo :) |
|
Sep
20 |
|
answered | How to Post to Facebook on iOS 6 in Objective-C using ACAccountStore class |
|
Aug
24 |
|
comment |
How to include restrictions inside an free/premium app? Hey. I am doing it likes this now: NSUserDefaults * prefs = [NSUserDefaults standardUserDefaults]; int premium = [prefs integerForKey:@"premium"]; [prefs synchronize]; _timestamp=[[NSDate alloc] init]; _numberOfcomentary = premium; But I have to restart the app in order for it to update the NSUserDefaults in this ViewController. Do you have an idea, how I could it to differently? |
|
Aug
24 |
|
asked | Anti Aliasing and Interpolation Quality on image - Image does not get shown |
|
Aug
24 |
|
accepted | How to include restrictions inside an free/premium app? |
|
Aug
24 |
|
comment |
How to include restrictions inside an free/premium app? Thanks, it is very appreciated :) |
|
Aug
24 |
|
comment |
How to include restrictions inside an free/premium app? Yes, okay. Do you maybe have a sample or something to referr to? As of now I am a bit questioned on how to implement something like that :) |
|
Aug
24 |
|
comment |
How to include restrictions inside an free/premium app? Sounds good. But how would I be able to limit for example that he could only write five comments a day? Is the appraoch with the internal clock good or how would you do it? |
|
Aug
24 |
|
asked | How to include restrictions inside an free/premium app? |