Re: [Soya-user] Removing sounds, Geoms

2008-09-24 Thread Alistair Davidson
On Tue, Sep 23, 2008 at 10:23 PM, Jiba <[EMAIL PROTECTED]> wrote: > > Are you sure that you are not calling > sound_player.parent.remove(sound_player) more than once ? After calling it, > sound_player.parent is set to None ! So you may have to check that > sound_player.parent is not None before

Re: [Soya-user] Removing sounds, Geoms

2008-09-23 Thread Jiba
Hi, > Secondly, sounds. I have a spaceship class with a 'thrust' function. > While the spaceship is thrusting, I want it to play an engine sound on > loop, and for this sound to stop as soon as the ship is not thrusting. > I've been trying to remove it with > sound_player.parent.remove(sound_play

[Soya-user] Removing sounds, Geoms

2008-09-22 Thread Alistair Davidson
Hi all, Just started using Soya and really enjoying it! I'm using 0.13 (ubuntu). I'm having trouble with removing some stuff. Firstly, when a Geom is created for ode collision detection, deleting the soya Body this refers to crashes the program, 'NoneType has no member _space', if I remember cor