Thread: Face Hits
View Single Post
  #6  
Old 05-18-2006, 02:23 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
You could add the box objects to a list and then do “if info.object in boxList:” to check if a box has been hit.

It looks like you would want to call enable(viz.COLLISION) in your RestoreAvatar() function.
Reply With Quote