View Single Post
  #4  
Old 01-18-2007, 09:24 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following code should do what you are asking for:
Code:
x,y,z = object1.getPosition()

object2.setPosition(x,y+10,10)
Let me know if I still misunderstood your question.
Reply With Quote