Posts

Post not yet marked as solved
1 Replies
792 Views
Hi All,I am getting the following error when I try to run my platform game on my device.Thread 1: EXC_BAD_ACCESS (code=1, address=0x200)It's on line 4464 of Build 1.73 of the kit. I am getting this on my iPad.Please Help!
Posted Last updated
.
Post not yet marked as solved
1 Replies
384 Views
Hi All,I'm making a flappy bird clone and I have a touchesBegan override function. The problem is I can't do a revive button at the end of the game. Is there a button override function that can override touchesBegan. Any help is appreciated.
Posted Last updated
.
Post not yet marked as solved
0 Replies
413 Views
How would I save a score in SpriteKit using NSUserDefaults. Also, how would I use this for a high score?I am making a Flappy Bird Clone and need to be able to save scores and have a high score.I am also new to Spritekit, and my score variable is "score". I have made a key called xpkey. I have a highscore variable and a highscorelabel variable.Any help is appreciated.
Posted Last updated
.