声音#

Introduction#

The VEX 123 Robot can produce audio through its built-in speaker using blocks from the Sound category. These blocks play preloaded sound effects.

Below is a list of available blocks:

  • play sound – Plays one of the robot’s built-in sound effects.

play sound#

The play sound block plays one of the robot’s built-in sounds.

播放声音 [鸣笛 v]

Parameters

Description

sound

One of the built-in sounds shown below.

Sound Name

播放声音

honk

doorbell

crash

random

Plays a random sound from the 3 sounds above.

Example

when started, play sound act happy.#
当开始 :: hat events
[Play the doorbell sound.]
播放声音 [门铃 v]