View Single Post
  #2  
Old 01-13-2011, 11:17 AM
masaki masaki is offline
Member
 
Join Date: Jan 2008
Posts: 63
hello,

the setPosition command accepts lists in [x,y,z] format so try object.setPosition([pos,0,0]). if you're trying to go forward and backward, that's normally along the z-axis so you might want to change it to ([0,0,pos]).

Masaki
Reply With Quote