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 |
|---|---|
|
The emotion to act out:
|
# Act happy
robot.act(HAPPY)