From: pascal.baillod_at_epfl.ch
Date: Fri Jul 27 2007 - 04:56:24 CDT

Thanks, John! That works perfectly indeed! I do something like:

# loop over all

set myFrSize [array size myFr]

for {set fr 1} {$fr <= $myFrSize} {incr fr 1} {
  animate goto $myFr($fr)
  display update ui
  sleep 1
  puts $myFr($fr)
}

I just haven't yet figured out how to stop the loop when I observe an
interesting frame..

Thanks for any suggestion!

Pascal

*******************************************************************************
Pascal Baillod (PhD student)
*******************************************************************************
Swiss Federal Institute of Technology EPFL Tel: +41-(0)21-693-0322
Institute of Chemical Sciences and Engineering , Fax: +41-(0)21-693-0320
Laboratory of Computational Chemistry and Biochemistry pascal.baillod_at_epfl.ch
Room BCH 4121, Avenue Forel, http://lcbcpc21.epfl.ch
CH-1015 Lausanne
*******************************************************************************