View Single Post
  #12  
Old 09-28-2006, 04:24 PM
Gladsomebeast Gladsomebeast is offline
Member
 
Join Date: Mar 2005
Location: Isla Vizta, CA
Posts: 397
You can save the label somewhere when you assgin it.
Code:
buttonLabel = 'mylabel'
button = viz.add( viz.BUTTON, buttonLabel   )
button.label = buttonLabel

...

print button.label
I suggested something similar when you are attaching weapons to avatars.
__________________
Paul Elliott
WorldViz LLC
Reply With Quote