RoboBlocky
Sign In
Learning Math/CS/Engineering Design with Robotics
Grid Size: S M L Simple View: MinView:
Background Image
Coord: x-axis y-axis Grid Lines: x-axis y-axis
Grid: 12x12 inches 24x24 inches 36x36 inches
72x72 inches 96x96 inches 192x192 inches
1x1 inches 2x2 inches Fraction:
xy-Range:
Quad: 1 Quadrant 4 Quadrants 1&4 Quadrants
Units: US Customary Metric Ruler:
Labels:
Font px
Tics Lines:
Width px
Hash Lines:
Width px

Drag a  driveDistance  code block from the code block section to the Workspace and position it just inside the  repeat  loop code block, until it clicks into place. Then do the same for a  turn  code block and a  blinkLED  code block, so that you end up with the  driveDistance ,  turn , and  blinkLED  code blocks all inside the  repeat  loop. Adjust the argument values for each code block, including the loop, so that when you run the code the robot traces out a square, blinking 3 times at each corner. Then try changing the angle value to 30 degrees (instead of 0 degrees) for the  turn  code block at the beginning of the code before the  repeat  loop, and run the code again. You should get a square tilted at that 30 degree angle. Try other angles, blinks, square sizes, and trace colors by changing the various argument values. Can you add another repeat loop after the first one to draw a second square of different size? Have fun!

Piano
Workspace Load Save Ch Ch Shell Console
Lock
roboblockyA719.ch
Time