From: Cornelius S. <cor...@we...> - 2004-01-17 22:41:51
|
Hi, thanks for your answer. I already tried to create a slider with visual.controls, i neglect to write this. I'm sorry. I also tried to install the current version of VPython, but this requires Python 2.3, and the module "controls" is already implemented in my version of VPython. For better representation I give you my code (so far I've written): slider1 = slider(x=0, y=0, width=2, length=20, action='here I don't know what to do') What should I do, if I want to change the value of for example the variable "k" from 0 to 6 in steps of 0.01 with this slider? Thanks for the answers to my other questions, too. -Cornelius Sicker |