On Sep 27, 2006, at 5:16 PM, Bob Hanson wrote:

> Tim and Frieda and others,
>
> pause/resume is in the next pre-release (10.9.68 I think)
>
> Within a script you can use pause:
>
>   script whatever.spt;pause;script number2.spt
>
very nice!


> or just alone, of course:
>
>   pause
>
> which also pauses whatever script is currently running,
>
> and only as a command by itself:
>
>   resume

just to clarify:  if a script is running, let's say:

select all
color red
delay 1.0
color blue
delay 1.0
loop


I can send a pause (quit, exit, resume) command via javascript or the  
Console, by itself, and it will pause (quit, exit,resume) the loop.   
is that right?


tim
-- 
Timothy Driscoll                                em: [EMAIL PROTECTED]
Virginia Bioinformatics Institute               ph: 540-231-3007
Bioinformatics I: M-1                           im: molvisions
Washington St., Blacksburg, VA 24061

"Anyone who considers arithmetical methods of producing random digits  
is, of course, in a state of sin."  - J von Neumann




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to