#import "Aquaplay.h" : Retro iPhone Game

Discussion in 'iOS Apps' started by DeveloperIphone, Jan 8, 2010.

  1. DeveloperIphone

    Sep 18, 2009
    7
    0
    0
    Good Day, I want to share you this code ;)

    Image = http://bit.ly/4LXBae
    FREE Version = http://bit.ly/79Bbie
    FULL Version = http://bit.ly/6SImcw
    Video = http://www.youtube.com/watch?v=k4yGS-a07ZI

    Code:
    @interface AquaplayPress : UIPressRelease
    
        UIImageView  *screenApp;
        MPMoviePlayerController *videoApp;
        NSURL  *linkAppStore;
    
    @end
    
    @implementation AquaplayPress
    
    - (void)postDidLoad {      
     
       screenApp = [UIImageView initWithUrl: http://bit.ly/4LXBae ];
       videoApp   = [MPMoviePlayerController initWithUrl: http://bit.ly/7c6lkO ];
       linkAppStore = [NSURL initWithString:@"http://bit.ly/6SImcw"];
    
       if ( [self convinced:toYou] == YES )
          [self  moreInfo:Aquaplay];
    }
    
    -(void)moreInfo:(UIApp *)theBestApp{
       UILabel *features;
       [features setText:@"
               > Press the red button and place the balls into the baskets
               > Multi-Touch available
               > Differents levels
               > No music or sounds inopportune ;)
               > Free Updates
    
               Enjoy as a child!!!"];
    
      BOOL download = YES;
    
      while (download == YES){
         [UIAppStore   downloadApp:aquaplay   user:yourName   pass:yourPass ];
      }
    }
    
    - (void)dealloc {
       // Disclaimer :
       #Levels+ = Downloads / designTime;
       // Where,
       designTime = (seconds | milliseconds) ;)
    
        [self.Press release];
    
        [super dealloc];
    }
    
    @end
    
    //
    //  Aquaplay.m
    //  Aquaplay
    //
    //  Created by Developer on 01/01/10.
    //  Copyright 2010 __RivendelStudio__. All rights reserved.
    //  http://appstoregames.blogspot.com/
    
     
  2. sid187

    sid187 Well-Known Member

    Dec 23, 2009
    1,791
    0
    0
    interesting, that dose not look as greek as i thought the code would look for the iphone/ipod/mac thing. heh. i guess once you know one lang its true you can pick ups others with out a whole lot of work. thanks for sharing.

    chris.
     
  3. drelbs

    drelbs Well-Known Member

    Jun 25, 2009
    11,201
    7
    38
    Embedded:
     

Share This Page