class ConeBall = "coneball.inv" a = ConeBall b = ConeBall // draw some crap; note we have comments now draw a // make a ref not a copy of the object draw b 1 to the left of a /* oops made a mistake wanted it farther away! * note that all we have to do is give a different draw command for 'b' */ draw b 2 to the left of a