3
Answers

XACT - Play, Stop then Play a Cue

time and space

time and space

13y
3.2k
1

I'm assuming that XACT Cues are the equivalent of SoundInstances.  I can play a cue:

laserCues[0].Play();

And stop a cue:

laserCues[0].Stop(AudioStopOptions.Immediate);

But how do I play that Cue again?  The following gives an error - "The method or function that was called cannot be used in the manner requested":

laserCues[0].Play();

Answers (3)