View Single Post
  #2  
Old 03-02-2009, 09:14 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Vizard uses the Python language for scripting. I suggest you read through the Python tutorial in the Vizard documentation.

To gain access to functions/variables in other files, you must use the import statement.
Reply With Quote