Thread: Change 2D text?
View Single Post
  #2  
Old 10-22-2012, 03:14 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
You can use the node.message to dynamically change the text value.
Code:
c2.message('new value')
I'd recommend reading through the documentation, especially the Text node basics section.
Reply With Quote