View Single Post
  #3  
Old 06-07-2009, 10:17 AM
cgibb cgibb is offline
Member
 
Join Date: Apr 2009
Posts: 14
Quote:
Originally Posted by Gladsomebeast View Post
Keep a handle to the MouseTracker object, then set length field to 1 when out of the house.

Code:
mouseHand = viztracker.MouseTracker()
mouseHand.length = 1
You can also use the mousewheel to change the hand distance.
That worked great. Thanks!
Reply With Quote