Well, I've found a workaround. Instead of using "anim on" I do a while loop with Jmol internal read-only variables and "anim next":
set echo top model rewind echo Animation going while ( _modelNumber != _lastFrame ) model next delay 0.25 end while echo Ended ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Jmol-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-users

