> Following this advice I came up with the following which seems to work.
> Frame 1 is the input orientation, so we start at frame 2, the standard
> orientation. The button then moves on two frames. The rewind button goes
> back to frame 2. Hope this helps other Gaussian users.
>
> <table><tr><td>
> <script>
> jmolSetAppletColor("palegreen");
> var script="load images/water_o_g98.log; wireframe 0.1; cpk off;" +
>               "frame 2; rotate Y -90; anim off";
>               jmolApplet(250, script);
> </script>
> </td><td>
> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
> </td><td>
> <center>
> <script>
> jmolBr();
> jmolButton("frame next; frame next;", "Move on one frame");
> jmolBr();
> jmolButton("frame 2;", "Rewind");
> jmolBr();
> </script>
> </center>
> </td></tr></table>

Good.


Miguel



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to