Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread Teresa Stanton
lem. not giving up!!! T -Original Message- From: ALAN GAULD [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007 2:27 PM To: Teresa Stanton Cc: tutor@python.org Subject: Re: [Tutor] canvas -> CLASSES > T's reply: > The maze is simply the backdrop. I've attached t

Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread ALAN GAULD
> T's reply: > The maze is simply the backdrop. I've attached the new and improved code. As I said in the last post I think the maze probably needs to be quite a bit more than the backdrop. I think it knows about the rules of movement within the maze - which routes are blocked, where other pla

Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread Teresa Stanton
Um... Here's the attached code, sorry. Alan said: What do you see the maze as doing? T's reply: The maze is simply the backdrop. I've attached the new and improved code. Alan said: OK, So I'm asssuming these gifs represent something, not actual gif files? T's reply: um... actually, the

Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread Teresa Stanton
- Original Message - From: "Alan Gauld" <[EMAIL PROTECTED]> To: Sent: Thursday, May 10, 2007 11:04 AM Subject: Re: [Tutor] canvas -> CLASSES > Alan said: > What do you see the maze as doing? T's reply: The maze is simply the backdrop. I've attach

Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread Alan Gauld
"Teresa Stanton" <[EMAIL PROTECTED]> wrote > Would it be ... er... uh... 'proper'... to put the maze in a module, It doesn't really matter except thatr putting it in a module makes it easier to reuse in another program later. > make the actual movement of the .gif's in a class in a seperate fil

Re: [Tutor] canvas -> CLASSES

2007-05-10 Thread Teresa Stanton
lass? Is it even possible? am I asking the right question? T - Original Message - From: "Alan Gauld" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 09, 2007 1:08 PM Subject: Re: [Tutor] canvas -> CLASSES > > "Teresa Stanton" <[EMAIL PROTECTED]>

Re: [Tutor] canvas -> CLASSES

2007-05-09 Thread Alan Gauld
"Teresa Stanton" <[EMAIL PROTECTED]> wrote > CLASSES: This is where I start getting confused. No kidding! :-) > put it into a class, and for some reason it all starts to get > jumbled here, > which it shouldn't because I write in C++. C++ OOP and Python are significantly different and some of

Re: [Tutor] canvas -> CLASSES

2007-05-09 Thread Teresa Stanton
CLASSES: This is where I start getting confused. I've re-written the maze, per the guidance of John Fouhy (by the way, pretty cool!). Wish I had thought of doing it that way to begin with, lol. In any case, I'm trying to put it into a class, and for some reason it all starts to get jumbled he