Thread: multiple stages
View Single Post
  #1  
Old 05-13-2005, 06:04 AM
exhale exhale is offline
Member
 
Join Date: Feb 2005
Posts: 19
multiple stages

Hello,

i've made a few hundred stages in vizard, all using the same objects, with some differences in functionality. I could merge the functionality in 1 file, but that leaves me with loads of coordinates.

Now my first thing i'm thinking about is, would it be possible to load different .viz files within the same .py file. So for example the first program is completed, would it be possible to load another .viz file so the objects in the scene are placed according to the new coordinates?

Or would i have to parse the coordinates myself using something in a python module? (so for example i run through a first stage, when it's finished i read the coordinates from a file and .translate() everything to where it should be.

greets,

Kevin
Reply With Quote