// Construct robot head = Sphere head.scaleFactor = [1.5 1.5 1.5] body = Cylinder body.scaleFactor = [2.5 3 2.5] draw head draw body below head class Leg = "leg.iv" lleg = Leg rleg = Leg draw lleg below body and -2.25 to the left of body and -3.1 in front of body draw rleg 0.5 to the right of lleg