I have audio.play initiating an audio.loadStream object. Using Director, I fade it when I leave the screen, and then when I return to that screen later the sound does not respond to the audio.play command. Can someone tell me what I am doing wrong?
[import]uid: 96383 topic_id: 17895 reply_id: 317895[/import]
did you unload the sound file with the clean function of director? that might cause the problem [import]uid: 82086 topic_id: 17895 reply_id: 68289[/import]
You say you used a fade. Did you reset the volume back to 1.0 on the channel after fading? [import]uid: 70847 topic_id: 17895 reply_id: 68298[/import]
Thank you ingemar, that was it. [import]uid: 96383 topic_id: 17895 reply_id: 68301[/import]
Great! Glad to be of help… [import]uid: 70847 topic_id: 17895 reply_id: 68304[/import]