// TestViewController.h
//-Test
//
// verursachte durch James Hancock auf 6/27/10.
//-copyright __MyCompanyName 2010. Alle Rechte vorbehalten.
//
#import
#import
@interface TestViewController: UIViewController {
IBOutlet UILabel *label1;
IBOutlet UILabel *label2;
UIImageView *imageView, *ballImageView, *campFireView;
CGRect myViewFrame;
CGRect ballViewFrame;
int XLocation;
int YLocation;
int starSizeX;
int starSizeY;
UIImage *myImage, *ballImage;
NSTimer *mainTimer;
int imgCenterX;
int-Timer;
int lastx;
int testx, leicht reizbar, ballx, bally;
//frisbee * Frisbees;
UIImage* animationImages;
}
@end
|