Blockly program that controls the pan-tilt movement of a camera based on joystick input.

Blockly
when joystick moved
   if joystick moved to the north
       tilt camera up
   else if joystick moved to the south
       tilt camera down
   else if joystick moved to the east
       pan camera right
   else if joystick moved to the west
       pan camera left

Related Questions