Sound - superclass: helper; super-superclass:node - classID: #(180954178, 260300461)
Value > MAXWrapper > Node > Helper > VRML97 > Sound |
Constructor
sound...
Properties
There are no additional properties for Sound.
Variables
WAVsound.filename
Get/set Sound track filename as <string>.
There currently is not a way to perform and Remove Sound via MAXScript
WAVsound.start
Get/set Sound track range start time as <time>.
WAVsound.end
A read only variable to get the Sound track range end time as a <time> value.
WAVsound.mute
Get/set whether Sound track is active as <boolean>.
WAVsound.isPlaying
A read only variable that returns whether the Sound track is currently playing as a <boolean> value.
Methods
WAVsound.scrub <interval>
Plays back the specified time interval of the Sound track.