EDU Activity Editor icon EDU Activity Editor Design, edit and export structured Blockly-based lessons, groups and hints for ARC Lite Portable; supports rich HTML, images, JSON import/export. Try it →
 

Down

Movement.down([timeOut])

Parameters

timeOut (optional) Duration to move down for in milliseconds.

Returns

Nothing

Description

Moves the robot down using the project's Movement Panel skill. The Movement Panel skill must have the capability to move the robot down. If timeOut is provided the robot will move down for timeOut milliseconds. Otherwise it will continue to move down until a different Movement function is called.