<multimedia:sound3D>.stop
Stops the sound
| <multimedia:sound3D>.stop() | |
Remarks
This command will stop the sound and set the position back to the beginning.
Return Value
None
Example
ball = viz.add( 'ball.wrl' )
sound = ball.playsound( 'arrgh.wav', viz.LOOP )
sound.stop()