do you have fixed the timeout bug???

when i set a duration of a ani, i want to define different duration for 
every frame

    animation = \
              pyglet.image.Animation.from_image_sequence(list1,
                                                         duration_here,    
     #only this is work
                                                         )

            ani=EffectSprite(animation,50, 24)

            ani.image.frames[2].duration=10  #default 0.5
            ani.image.frames[1].duration=2
            ani.image.frames[0].duration=5


but ,,,it doesn't work



only the " duration_here" is work.... ...frames have the same duration = 
duration_here



thanks for your hard work... ...



-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to