View Single Post
  #2  
Old 01-17-2013, 12:20 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Yes, you can apply the move action directly to the movable node:
Code:
move = vizact.moveTo([0,0,20],speed=5)
movable = viztracker.get("movable")
vizact.onkeydown(' ',movable.addAction,move)
Reply With Quote