I think I've got it to work.. but possibly not. This is what I'm using:
Code:
for (UIImageView *block in stoppedBlocks) {
block.transform = CGAffineTransformTranslate(block.transform, 0.0, 1.4);
if (block.center.y > 600) {
[block removeFromSuperview];
} }
Do you mind if I put your name in the credits of my app, as a 'special thanks'?
I wouldn't have been able to make it without you, so I wanted to show my appreciation. I am now on the road to iPhone game development!
Cam