![]() |
#9
|
|||
|
|||
Since you're not going to cycle through the songs you could use a standard list and a for loop:
Code:
#Preload all songs songList = [ viz.addAudio(filename) for filename in songs ] for song in songList: song.play() #Wait for song to end yield viztask.waitMediaEnd(song) |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
A Little Programming Problem with MultiDimensional Arrays | shivanangel | Vizard | 2 | 04-25-2007 12:21 PM |
5DT Data Glove 5 Ultra Problem | bjgold | Vizard | 1 | 08-08-2006 04:08 PM |
problem with female animations | vmonkey | Vizard | 1 | 10-07-2005 10:36 AM |
Copy objects in an array to another array | Johannes | Vizard | 3 | 04-29-2005 02:37 PM |
PROBLEM: Picture-in-Picture breaks textures?!? | vcarlson | Vizard | 4 | 10-05-2004 04:22 PM |