On Monday, February 16, 2015 at 12:56:50 PM UTC, Claudio Canepa wrote: > > I don't see that on win xp , pyglet 1.2.0, both py 2.7 and 3.3 > > I'm using Python 3.4.1, pyglet 1.2.0, cocos from git (but same issue with 0.6 from pip). Same issue with python 2.7.8.
> You see that unresponsiveness only when an animation is playing ? > > It work as expected if you don't instantiate nor add the layer HelloWorld > ? > Exactly. If I remove that layer, it works as expected and it is responsive. > Can you try the pure pyglet translation pasted at > http://pastebin.com/W5vLtubk ? > Ok, code is different, but result is the same: I see the label 'A' move from left to right, and back, but events are not processed (including ESC or window close button). So, I guess it's a problem with pyglet... > -- You received this message because you are subscribed to the Google Groups "cocos2d discuss" 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 http://groups.google.com/group/cocos-discuss. For more options, visit https://groups.google.com/d/optout.
