View Single Post
  #8  
Old 02-17-2006, 12:36 PM
betancourtb82 betancourtb82 is offline
Member
 
Join Date: Jan 2006
Posts: 103
Question Collidesphere

I have this bit of code that I am using from the duckcourt example. I can't find anything on the help that deals with collidesphere. Where did that come from and what does it mean.

Thanks

Code:
	#Enable collisions with the ball based on a sphere shape
	ball.collidesphere(0.25)
	ball.isTarget = 0
	collidables.append(ball)
Reply With Quote