•
|
1
|
For the method, called playWav, for example, add a single line of code like playSound("success.wav");.
|
2
|
Add a Sequence node, and by right-clicking it, add a Solution node and a Method Call node to the sequence.
|
3
|
In the Settings window for the Solution node, specify the solver configuration to run from the Run list (or use the default, All, which is identical to choosing a solver configuration if there is only one such configuration in the study.
|
4
|
In the Settings window for the Method Call node, choose the method with the call for playing the sound (playWav, for example) from the Run list.
|
5
|
In the Settings window for the corresponding Sequence node, click the Run button () at the top of the window. The selected solver configuration in the Solution node is then run, and when the computation has ended, a sound is played by calling the method in the Method Call node.
|