Roy Rogers horseless - No Trigger.
Ok I think I'm at my wits end.. so Help Pleasseeeee !!!
I have two animation using that I want to happen one after the other.
I've been trying to get:
but nothing gets triggered..
is there an easier way to do this I just want to fadout, change the (Buttons) /pieces then fade them in/back
tried a delay ala:
but doesn't seem to do anything ...
what is the best way to do this sort of thing??
thanks again.
Ian
Ok I think I'm at my wits end.. so Help Pleasseeeee !!!
I have two animation using that I want to happen one after the other.
I've been trying to get:
Code:
[scaleAnim setDelegate:self];
Code:
- (void)animationDidStop:(CABasicAnimation *)theAnimation finished:(BOOL)flag;
{
//sorryAnimating = NO;
NSLog(@"************ animation finished ****************");
}
but nothing gets triggered..
is there an easier way to do this I just want to fadout, change the (Buttons) /pieces then fade them in/back
tried a delay ala:
Code:
[self performSelector:@selector(doNothing) withObject:nil afterDelay:2.0];
but doesn't seem to do anything ...
what is the best way to do this sort of thing??
thanks again.
Ian