you make fantastic tutorials but a have a problem that i don't understand. when i click the restart, it doesn't restart. it just says something of a breaking point. could you send me an email on how to fix this? my email: alexparedes96@gmail.com
Thanks so much for this tutorial! I had a lot of difficulty coding in XCode (and objective C) before and decided to make your game. I finally understand how the .m, .h and interface are all interconnected from your videos - I found texts really unhelpful and vague. Thanks so much for all the effort put in!
For those having trouble - I had many errors going through the videos. Spending time figuring out mistakes is part of the process.. Part of the learning process is doing it yourself
@Sandomic45 Either you have something hooked up wrong in xcode, or you didn't add any code to make the game restart. Watch the video through again, and make sure you didn't miss anything.
@PurplePower2964 Well, it sounds like somewhere in your game loop you have faulty logic. Go through your game loop line by line. Check to make sure that everything is logical. Pay close attention to any if statements that can lead to a reset of the score. If you still can't figure it out, then set breakpoints throughout your game loop, and step through it line by line, to find the place where the score is resetting.
@TheEagle1100 - I'm having the same issue (like wesleyy's video). When the game restarts the ball goes directly left and down or right and down instead of dropping straight down. I've gone through the videos a couple of times and can't find my mistake. BTW - amazing tutorial! You did a great job and explained everything thouroughly. I just started iOS development a week ago and learned a lot from this!
@TheEagle1100 - I figured this out by noticing the touchesEnded method in the 9th video. I don't remember that ever being mentioned in any of the videos. Just a head's up for anyone that is having this issue. Thanks again for a great tutorial!
@brewdawg32 Why don't you pm me your email address, and I will send you working source code. You should be able to figure out what you did wrong from that.
This has been flagged as spam show
Please can u send me the source code. My email is jackchorley@gmail.com
jdjack149 3 weeks ago
This has been flagged as spam show
hi eagle,
you make fantastic tutorials but a have a problem that i don't understand. when i click the restart, it doesn't restart. it just says something of a breaking point. could you send me an email on how to fix this? my email: alexparedes96@gmail.com
alexparedes96 6 months ago
my hide option does not work. I have no errors or warnings but when I click play my score goes up but i still only see the menu options.
ThePottsork21 6 months ago
Hey Eagle,
Thanks so much for this tutorial! I had a lot of difficulty coding in XCode (and objective C) before and decided to make your game. I finally understand how the .m, .h and interface are all interconnected from your videos - I found texts really unhelpful and vague. Thanks so much for all the effort put in!
For those having trouble - I had many errors going through the videos. Spending time figuring out mistakes is part of the process.. Part of the learning process is doing it yourself
SpankyBassist 8 months ago
@SpankyBassist Awesome! Glad I could be helpful! Your advice about working through problems is EXACTLY right.
TheEagle1100 8 months ago
nice your video are awesome helping me understand better on coding
Sebitttas 9 months ago
does it not work to use "Round Rect Button" for the restart and menu?? you use "Label" i can´t get it to work with buttons please help!
jegelskerprisonbreak 11 months ago
@jegelskerprisonbreak You would just have to set the buttons up just like you do with the menu buttons.
TheEagle1100 11 months ago
my restart does not restart its like the menu. It shows that I have no errors in xcode. What is wrong?
Sandomic45 1 year ago
@Sandomic45 Either you have something hooked up wrong in xcode, or you didn't add any code to make the game restart. Watch the video through again, and make sure you didn't miss anything.
TheEagle1100 1 year ago
when i run it every time i hit a platform my score goes up for a second but goes right back to zero how do i stop that from happening?????
PurplePower2964 1 year ago
@PurplePower2964 Well, it sounds like somewhere in your game loop you have faulty logic. Go through your game loop line by line. Check to make sure that everything is logical. Pay close attention to any if statements that can lead to a reset of the score. If you still can't figure it out, then set breakpoints throughout your game loop, and step through it line by line, to find the place where the score is resetting.
TheEagle1100 1 year ago
i have make a movie
so you can see the problem
wesleyy111 1 year ago
Hi Eagle11 when I do Restart then will the ball to the right can you help
wesleyy111 1 year ago
@wesleyy111 I think I'm having trouble understanding the issue... The ball is going to the right when you restart?
TheEagle1100 1 year ago
@TheEagle1100 i have make a movie so you can see the problem
wesleyy111 1 year ago
@TheEagle1100 - I'm having the same issue (like wesleyy's video). When the game restarts the ball goes directly left and down or right and down instead of dropping straight down. I've gone through the videos a couple of times and can't find my mistake. BTW - amazing tutorial! You did a great job and explained everything thouroughly. I just started iOS development a week ago and learned a lot from this!
brewdawg32 11 months ago
@TheEagle1100 - I figured this out by noticing the touchesEnded method in the 9th video. I don't remember that ever being mentioned in any of the videos. Just a head's up for anyone that is having this issue. Thanks again for a great tutorial!
brewdawg32 11 months ago
@brewdawg32 Why don't you pm me your email address, and I will send you working source code. You should be able to figure out what you did wrong from that.
TheEagle1100 11 months ago