Skip to content

Sound Blocks#

play sound () until done#

play_sound_until_done "sound";
play sound (sound v) until done

start sound ()#

start_sound "sound";
start sound (sound v)

stop all sounds#

stop_all_sounds;
stop all sounds

change [pitch] effect by ()#

change_pitch_effect value;
change [pitch v] effect by (value)

change [pan] effect by ()#

change_pan_effect value;
change [pan v] effect by (value)

set [pitch] effect to ()#

set_pitch_effect value;
set [pitch v] effect to (value)

set [pan] effect to ()#

set_pan_effect value;
set [pan v] effect to (value)

change volume by ()#

change_volume volume;
change volume by (volume)

set volume to () %#

set_volume volume;
set volume to (volume) %

clear sound effects#

clear_sound_effects;
clear sound effects