Wer mir zur Lösung hilft bekommt auch ein kleines Taschengeld.
zur zeit sehen die programm stücke so aus:
Code:
510pixel
if (Top1.center.x < -30) {
RandomPosition = arc4random() %45;
Top1.center = CGPointMake(510, RandomPosition);
RandomPosition = RandomPosition + 265;
Bottom1.center = CGPointMake(510, RandomPosition);
und hier
Code:
//RandomPosition = arc4random() %45;
Top1.center = CGPointMake(160, RandomPosition);
//RandomPosition = RandomPosition + 265;
Bottom1.center = CGPointMake(160, RandomPosition);
danke






