![]() |
#2
|
|||
|
|||
Try adding the audio object after you add all your models. If that doesn't work, then create a timer event to initialize the audio for the first time. Here is sample code:
Code:
def InitializeSound(): #Add code to initialize audio objects pass vizact.ontimer2(0,0,InitializeSound) |
|
|