This command block return the robot at it's "home" location and restore it's orientation to the default.
The home location is set when you place the robot in the world.
This command can be used at the start of the Scratch program in order to make the robot to start at a precise location each time the execution is launched.
This command move the robot of one step. The drop down menu select the direction where you want to move the robot. Forward and Backward direction depend on the orientation of the robot.
If an obstacle prevents the robot from moving, the command will not be executed.
Change the orientation of the robot. The dropdown menu let you choose to turn right or left.
Grab a block from the world and place it into the inventory. The drop down menu select the direction where the robot will dig. The directions are relative to the robot's orientation.
Place a block in the world. The block is taken from the inventory. The drop down menu select the direction where the robot will dig. The directions are relative to the robot's orientation.
If the School Mode is activated, this command can be used even if the robot don't have any block in it's inventory. It is possible to change this behaviour by activating the "strict mode" (see the advanced commands).
This command let you choose the block type for the PLACE command. It's like the color of the drawing. The required number is the VoxelType of a block. VoxelType is indicated in this manual on the dedicated page for each type of cube.
Export a cube of the indicated type from the robot's inventory to the inventory of the bloc located in the direction selected by the drop down menu.
Import a cube from the inventory of the bloc located in the indicated direction. The destination is the inventory of the robot.
Return the VoxelType of the bloc in the indicated direction. 0 is for a void space.
This command is like a sensor.
This command return a coordinate of the robot in the space. The drop down menu select which coordinate (x,y or z) will be returned. By default, the returned coordinates are relative to the home point. The drop down menu also offer to get the absolute coordinates.
Return the quantity of the selected kind of cube in the robot's inventory.
This command allow to use some advanced commands.
The drop down menu selects the effective command. The two parameters provide arguments depending on the command.
It's purpose is like the ADVANCED command but this function return a value. The function is selected by the drop down menu.