Hmm. This might be associated with another problem I've been having. NOT really tried--not near a python interpreter... If I have something like: x = [1,2,3,4,5,6] y = x then changes to y change x. So I've had to: y = [x[0],x[1],x[2],x[3],x[4],x[5]] ...which doesn't change x when y is changed.
- [pygame] Sticky Variables: Terrain Loading Kris Schnee
- Re: [pygame] Sticky Variables: Terrain Loading Dave LeCompte (really)
- Re: [pygame] Sticky Variables: Terrain Loading Douglas Bagnall
- Re: [pygame] Sticky Variables: Terrain Loa... Ian Mallett
- is != == (Re: [pygame] Sticky Variable... Toni Alatalo
- Re: is != == (Re: [pygame] Sticky ... Ian Mallett
- Re: is != == (Re: [pygame] St... James Paige
- Re: is != == (Re: [pygame] St... Casey Duncan
- Re: is != == (Re: [pygame... Ian Mallett
- Re: is != == (Re: [py... PyMike
- Re: is != == (Re: [pygame] St... Greg Ewing
- Re: is != == (Re: [pygame... Kevin
- Re: is != == (Re: [py... Michael George
- Re: is != == (Re: [py... Luke Paireepinart
- Re: is != == (Re: [py... douglas bagnall
- Re: is != == (Re: [py... Lenard Lindstrom
