Thread: vizact
View Single Post
  #2  
Old 08-01-2007, 02:10 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

The warning message means you should change code that looks like this:
Code:
node.goto(...)
to this:
Code:
node.add( vizact.goto(...) )
Reply With Quote