Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
Peter Otten wrote: > songbird wrote: >> MRAB wrote: >>> On 2018-11-02 19:58, songbird wrote: hello, :) > >>> [snip] >>> In __init__ you initialise self.animation_initial_turn_it_off to True. >>> >>> Nowhere in your code do you change it, so it remains True. >> >> i wish it

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread Peter Otten
songbird wrote: > MRAB wrote: >> On 2018-11-02 19:58, songbird wrote: >>> >>>hello, :) >>> >> [snip] >> In __init__ you initialise self.animation_initial_turn_it_off to True. >> >> Nowhere in your code do you change it, so it remains True. > > i wish it were that easy... > > see

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
MRAB wrote: > On 2018-11-02 19:58, songbird wrote: >> >>hello, :) >> >>my question is below, a bit of background first. >> i'm very new to python and picking it up by working >> on a project for fun. >> >>please don't critique my style or lack of >> classes/objects in the code yet

Re: pyglet, i don't understand why this code isn't working

2018-11-02 Thread MRAB
On 2018-11-02 19:58, songbird wrote: hello, :) my question is below, a bit of background first. i'm very new to python and picking it up by working on a project for fun. please don't critique my style or lack of classes/objects in the code yet - i'm way too new. :) my current

pyglet, i don't understand why this code isn't working

2018-11-02 Thread songbird
hello, :) my question is below, a bit of background first. i'm very new to python and picking it up by working on a project for fun. please don't critique my style or lack of classes/objects in the code yet - i'm way too new. :) my current project is at: