Help with new game

Discussion in 'Developer Services and Trade' started by Sparks, Apr 3, 2009.

  1. Sparks

    Sparks Well-Known Member

    I need a developer to help me finish my pong like game.

    It is a really small project.

    Please email me at: [email protected]

    Thanks!
     
  2. yourofl10

    yourofl10 Well-Known Member

    Dec 11, 2008
    4,176
    43
    38
    there's chillingo.
     
  3. anduril_ukr

    anduril_ukr Well-Known Member

    Feb 4, 2009
    757
    2
    0
    Student
    New Jersey
    thats a publisher, not developer
     
  4. WellSpentYouth

    WellSpentYouth Well-Known Member

    Jan 11, 2009
    1,363
    6
    0
    iPhone programmer
    App Tech Studios, USA
    What are you stuck on? More info please, it makes it easier to help you :p
     
  5. Sparks

    Sparks Well-Known Member

    With Settings.bundle changing the background image.
     
  6. Sparks

    Sparks Well-Known Member

    Also a few other things
     
  7. WellSpentYouth

    WellSpentYouth Well-Known Member

    Jan 11, 2009
    1,363
    6
    0
    iPhone programmer
    App Tech Studios, USA
    I haven't used the settings bundle (I make my own), but you could just make different backgrounds and hide and unhide them. Of course make a UIImageView in the .h file.
    IBOutlet UIImageView *jaoifjewofj;

    and after the "}"

    @property(nanotomic, retain) jaoifjewofj;

    and at the top of the .m, simple put:

    @synthesize jaoifjewofj;


    and here is the hiding code:


    - (IBAction)newBackGround{
    backGround1.hidden = YES;
    backGround.hidden = NO;


    I hope this helps!!!

    }
     
  8. Sparks

    Sparks Well-Known Member

    That is very interesting approach. I will try that.

    After this game I am working on a Tower Defense, would you like to join me? It will also be very simple.
     
  9. WellSpentYouth

    WellSpentYouth Well-Known Member

    Jan 11, 2009
    1,363
    6
    0
    iPhone programmer
    App Tech Studios, USA
    #9 WellSpentYouth, Apr 6, 2009
    Last edited: Apr 6, 2009
    Well, I do have my own plans (actually similar to yours), so I will do my own stuff. I would be glad to help though! Pm me if you need anything. Good luck!

    I am a person, not a CockRoach!!! LOL, typing mistake? I hope so...

    EDIT:
    Also, you can watch this tutorial. I could tell you the code, but the vid explains it well.

    EDIT x3: You changed your post so that I looked bad :( Originally you said "cockroach studios"

    EDIT x2: Watch the last (at the bottom of the page) tutorial. And all of the others :p
     
  10. Spotlight

    Spotlight Well-Known Member

    Jan 10, 2009
    536
    0
    0
    ahahahahahahahah :D
     

Share This Page