Futurebasic/Language/Reference/sound end

From Wikibooks, open books for an open world
Jump to navigation Jump to search

SOUND END[edit | edit source]

Syntax[edit | edit source]

SOUND END

Description[edit | edit source]

This statement stops the sound that was initiated with the latest SOUND <frequency> or SOUND <snd> statement. If the sound is an "snd " resource that you played using the SOUND resName$ syntax or the SOUND %resID% syntax, the SOUND END statement also releases the resource.

See Also[edit | edit source]

SOUND<frequency>; SOUND<snd>; SOUND%