Hi, I've ported ActionSprite to pyglet 1.1. An ActionSprite is a subclass of pyglet.sprite.Sprite, with a new method: sprite.do( Action )
And an Action is something that can modify the sprite's properties within a period of time. For example: Move, Rotate, Scale, etc... These actions can be sequenced (run one action after another one), or they can run in parallel. Also these actions can be repeated (in PingPongMode or normal mode) and accelerated. For those who want to try it, download: http://groups.google.com/group/pyglet-users/web/action_sprite-0.1.0.tar.gz and run: python test.py Pyglet 1.1a1 is needed. It doesn't run on pyglet 1.0 cheers, riq. -- ser humano http://monodiario.blogspot.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" 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/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
