class bl = "http://www.ocnus.com/models/Toys/biglego.wrl.gz" class sl = "http://www.ocnus.com/models/Toys/smalllego.wrl.gz" a = bl a.diffuseColor = [1 0 0] b = bl b.diffuseColor = [1 0 0] c = bl c.diffuseColor = [0 1 0] d = bl d.diffuseColor = [0 0 1] d.transparency = .5 e = bl draw a draw e to the left of a draw c to the right of a draw b -.74 above a and -3 to the right of a draw d -.74 above a and -3 to the left of a draw e above c