On Fri, Oct 17, 2008 at 10:11 AM, Kao Cardoso Felix <[EMAIL PROTECTED]> wrote: > self.schedule_interval(self.step, 1/60.0)
> Doing that will cause the MyLayer.step method to be called at 60 fps you can also use the plain "schedule" function, that will schedule the function to be called once per frame. Lucio. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cocos2d discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cocos-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
