Re: [Tutor] a pyball python app

2008-04-03 Thread W W
Dean, Here's a tutorial/book that you should check out: http://www.greenteapress.com/thinkpython/ How to Think Like a (Python) Programmer by Allen B. Downey He generously has a free PDF to download, and the book makes use of some code - swampy.py I think if you 1) Read the book and try the exam

Re: [Tutor] a pyball python app

2008-04-03 Thread Kent Johnson
dean garrad wrote: > i still ahving problems with the ball script this is the script at the > moment how it stands with 1 ball working fine and i have been trying to > add another ball to the script. > > i coppied the txt and added a location2 aswell as location. but it didnt > seam to work :S

Re: [Tutor] a pyball python app

2008-04-03 Thread dean garrad
tal, total/n_frames*1000.) > Date: Thu, 3 Apr 2008 10:34:26 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: tutor@python.org > Subject: Re: [Tutor] a pyball python a

Re: [Tutor] a pyball python app

2008-04-03 Thread Kent Johnson
dean garrad wrote: > > > this is the part im lil confused about to add the extra ball > > location=[img.size[0]/2,img.size[1]/2] > speed=[0.,0.] > i tried copying but it did nothing do i need to copy it and change > something so the python app dont read the same txt twice and jus do nothing?

Re: [Tutor] a pyball python app

2008-04-03 Thread dean garrad
ch. also could you link advise any good tuturials that would help me ive read some on the net but need more help really. thank you for your time. . > Date: Thu, 3 Apr 2008 10:16:37 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > CC: tutor@python.org > Subject: Re:

Re: [Tutor] a pyball python app

2008-04-03 Thread dean garrad
from the developer to modify. > Date: Thu, 3 Apr 2008 08:57:05 -0400 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; tutor@python.org > Subject: Re: [Tutor] a pyball python app > > dean garrad wrote: > > > this one is the working version of 1 ball that can mov

Re: [Tutor] a pyball python app

2008-04-03 Thread Kent Johnson
dean garrad wrote: > i kind of understood what you were saying but not sure how to go by this > i am still new to python script and learning it as much as i can. OK. Do you understand how the current script works? If not, what parts are confusing? Do you understand object-oriented programming a

Re: [Tutor] a pyball python app

2008-04-03 Thread Kent Johnson
dean garrad wrote: > this one is the working version of 1 ball that can move around the > screen im sorry the other one i sent was a test one ive been trying out.. > > i cant seam to find it as easy to get it to work with 2 balls on screen. > anything i try doesnt effect the script. What have

Re: [Tutor] a pyball python app

2008-04-03 Thread Kent Johnson
dean garrad wrote: > i am currently trying to edit a python app > > it is a normal green ball game that comes with python it uses nokia n95 > accel to move around. > > i have been trying to make more than one ball on the screen at the same > time . > > do you think it is possable ? The attac

[Tutor] a pyball python app

2008-04-03 Thread dean garrad
hi there.. im not sure if you can help or you would want to but i fort i may aswell give it a try. i am currently trying to edit a python app it is a normal green ball game that comes with python it uses nokia n95 accel to move around. i have been trying to make more than one ball on the