View Single Post
  #3  
Old 04-18-2011, 01:54 AM
xcuddlex xcuddlex is offline
Member
 
Join Date: Feb 2011
Posts: 11
def updateVisible():
if marker.getVisible():
marker1.visible(viz.ON)
elif
marker2.visible(viz.ON)
else:
avatar.visible(viz.OFF)

this doesnt work
i got an error and it wont run
is the syntax wrong ? i'm not familiar with python
Reply With Quote