Re: [Tutor] vpython help

2016-04-29 Thread Steven D'Aprano
Hi Daniel, and welcome, On Thu, Apr 28, 2016 at 11:27:43PM +, Craig, Daniel Joseph wrote: > To whom it may concern, > > > I am writing a program where I have a ball with a position and > velocity reach a wall in 3D space. I am able to drag the ball around > after it is done moving but I

Re: [Tutor] vpython help

2016-04-29 Thread Alan Gauld via Tutor
On 29/04/16 00:27, Craig, Daniel Joseph wrote: > I am writing a program where I have a ball with a position and velocity > reach a wall in 3D space. Well done, but vpython is a bit off topic for this list which deals with the core python language and libraries. I notice there is a vpython user

[Tutor] vpython help

2016-04-29 Thread Craig, Daniel Joseph
To whom it may concern, I am writing a program where I have a ball with a position and velocity reach a wall in 3D space. I am able to drag the ball around after it is done moving but I would like to be able to move the ball prior to it moving towards the wall. Is there a way to do this, any