Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Making a simple iPhone game, Part 3

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
15,217
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Mar 9, 2010

Part 3 of my tutorial series. Setting up the game loop and starting some game logic.

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 2 dislikes

Link to this comment:

Share to:

Uploader Comments (TheEagle1100)

  • What is the synthesize thing for?

  • @victornpb properties, and synthesizing is basically a quick and easy way to write get and set methods for a property.

  • i don't get it i get error and i have done everything you have i have checked twice -.- :'(

  • @lotchez28 You only get an error if something is wrong. What does your error message say?

  • where do you learn all these terms? a book?(i'm new to this stuff)

  • @threeamigos321213 Lots of books and online tutorials!

see all

All Comments (109)

Sign In or Sign Up now to post a comment!
  • this code doesn't work with the new Xcode

  • I get error the "else if (gameState == kStateGameOver)" it says "Expected expression before ')' token. Help please!

  • Can you make more advanced games if you want to?

  • Hello @tywood101 hello, if you want correct these errors, replace these lines if (ballVelocity > 0) {ballVelocity = -kJumpPower;} by this one if (ballVelocity.y > 0) {ballVelocity.y = -kJumpPower;}

  • PLEASE HELP! when i put in this code (i believe its from the 4th video actually) i get 2 errors about the ballVelocity and i dont know what to do!

    if (ballVelocity > 0) {ballVelocity = -kJumpPower;}

  • How do you know what code to put and where to put it? And thanks for the video :-)

  • This code works with the latest Xcode?

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more