i'm using python cocos2d and pyglet and I developed the program is
more than long animations are also very high memory (some of the
animations the same). and finally my program has excepted error :
MemoryError. and crash. Please help me urgently.

my sample code is :

explosion_seq = pyglet.image.ImageGrid(imgs, 15, 10)
sprite_anim =
Sprite(pyglet.image.Animation.from_image_sequence(explosion_seq,
anim_speed))
vidlayer.add(sprite_anim,z=1)

-- 
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.

Reply via email to