create a color attribute and a transparency attribute use MPlugs to get these values in the draw function and set the colors of the sphere and the alpha of the sphere via these attributes
glFT.glColor4f(color.x, color.y, color.z, transparency) -- http://groups.google.com/group/python_inside_maya
