View Single Post
  #2  
Old 03-16-2015, 10:47 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
What are you using to move around?
Just grab the sliders value

pos = slider.get()

Multiply by some movement speed to make the value larger than 0 to 1

Set the speed equal to the newly calculated rate/force/speed/etc.. you are using to move around the environment with.
Reply With Quote