Opps, silly me, I checked everything for bugs but the viewDidLoad method :S. Thanks a lot. I have now make a block fall and made it stop if it reaches the floor, how do I now start the cycle again?
if (newCenter.y > 420) {
newCenter.y = newCenter.y -10;
continue; }
Thanks
Cam
|