View Single Post
  #1  
Old 11-21-2008, 09:11 AM
utepbereed utepbereed is offline
Member
 
Join Date: Nov 2008
Location: El Paso
Posts: 1
Arranging Scenes in Correct Order

I am a relative newbie to Python and Vizard despite being more familiar with other programming languages. I am sure this question has been asked over a thousand times, but here goes again!
I have taken over a project at my University that was abandoned by a previous employee. We are trying to simulate various events on our Campus and have several scenes that should take place in a specific order. I have modified the scripts left by the previous employee so that they work individually, but now I discover when combined, all scenes try start at once resulting in errors. The program is rather large and complex, so I have broken my code into object classes and various support modules that I won’t post here. Instead, I have written a pseudocode example of the problem I am having, namely that all functions run at once instead of in series as we intended (We are not using threads). Any help you can offer is greatly appreciated!
Attached Files
File Type: txt pseudocode.txt (725 Bytes, 1223 views)

Last edited by utepbereed; 11-21-2008 at 09:12 AM. Reason: About threads
Reply With Quote