Compostion of -schedule:(SEL)selector in Cocos2d?

In case sprite schedule:@selector(behaviourMethod) doesn't work try this instead: CCScheduler sharedScheduler scheduleSelector:@selector(behaviourMethod) forTarget:self interval:0.1 paused:NO.

I tried 'CCScheduler sharedScheduler scheduleSelector:@selector(behaviourMethod) forTarget:self interval:0.1 paused:NO;' and it gave me an NSException. I tried setting 'behavior' as the target, and it worked (!), but my 'dt' that it's giving me in the '-update:(ccTime)dt' giving me bizzare values (negative numbers, absurdly high numbers, and mostly zeros). Am I screwing something up?

– user615493 Feb 17 at 23:21 I think I'll count this one as answered, and ask the -update:(ccTime)dt question on a separate page. Thanks for the help! – user615493 Feb 17 at 23:31.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions