Hi
I'm trying to show an echo when an animation has ended. 

I'm using 

        set echo top
        echo running
        anim on

then I want to use 
        echo finished
after the animation finishes (last frame shown)
but this echo acts immediately, at the beginning of the animation

I've tried to use "while",  either
        while ( _animating )
or
        while ( %{_modelNumber} != %{_lastFrame} )

but with no success.

Thanks for any ideas


-------------------------------------------------------------------------
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

Reply via email to