// PREVENT DISTRACTING GIF DOT/SPARKLE ARTIFACTS AT EDGES OF BLACK BACKGROUNDS OF TEXT/SCALE BAR // BY MAKING THOSE BACKGROUNDS TRANSPARENT. var sparkleMsg = 'Black backgrounds of text & scale bar will be transparent\n' + 'to prevent a distracting artifact of GIF animations.\n' + '(White backgrounds can be retained.)'; if (antialiasdisplay && (backgroundcolor == "[x000000]")) { set echo all; color echo background none; color scale background none; refresh; prompt(sparkleMsg); } // CREDIT FIRSTGLANCE IN JMOL, SMALL GRAY FONT LOWER RIGHT CORNER. frank off; set echo creditline 100% 0%; set echo creditline displayed; echo "FirstGlance in Jmol "; color echo gray; font echo 14; // END OF SCRIPT