Consider the following commands:

zoomto *1.3;
select protein;
color yellow;

In javascript, when these commands are in the string "spt",
jmolScript(spt)
produces a smooth zoom followed by protein turning yellow.

However,
jmolScriptWait(spt)
produces a zoom in one large step (snap zoom) and the remainder of the 
script is not executed (protein does not turn yellow).

Is this a bug or a feature of jmolScriptWait()?

Thanks, Eric

------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to