View Single Post
  #1  
Old 01-20-2011, 08:15 AM
Zword Zword is offline
Member
 
Join Date: Jan 2011
Posts: 6
array select 1 value

question

Code:
for cod in wall_1.getPosition()
	print cod
This will print the x y z coordinates. Now all i want is the z coordinate value. How?
Reply With Quote