Open topic with navigation
Vizard 7 »
Command Index
»
Vizard objects
»
multimedia
»
<multimedia:sound3D>.stop
7.7
<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
()
Copyright © 2001-2024 WorldViz. All rights reserved.