time and space

time and space

  • 1.6k
  • 31
  • 56k

XACT - Play, Stop then Play a Cue

Aug 14 2011 8:22 AM

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)