[EMAIL PROTECTED] wrote:
> <some VPython code>
> Any ideas? I've run out of options. Any help would be very *gratefully*
> appreciatedd!!

Your time-step is too small.
Simply try: dt = .5, and you should see (slow) motion.

Note, I'd update the position, then wrap it, rather than wrapping and
then updating.

-- 
--Scott David Daniels
[EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to