Actions#

Introduction#

The VEX 123 Robot can act out different emotions by performing a sequence of drive, turn, and sound behaviors.

Below is a list of all methods:

Actions — Act out emotions.

  • act — Acts out a specified emotion.

Actions#

act#

act makes the robot act out an emotion by performing a sequence of drive, turn, and sound behaviors.

Usage:
robot.act(emotion)

Parameter

Description

emotion

The emotion to act out:

  • CRAZY — The robot makes wide circles in both directions while playing a swirling sound effect.
  • HAPPY — The robot spins quickly while playing a giggle sound effect.
  • SAD — The robot reverses, slowly turns left and right, and returns to its original position while playing descending notes.

# Act happy
robot.act(HAPPY)