Hi,
I've been trying to make this work but the program doesn't seem to do anything when I run it. What I'm trying to do is write a series of images that zoom into a structure. Suggestions?
-------------------------------
for (var j=1; j<20; j=j+1)
   scale=5*$j;
   zoom $scale;
   write image 800 600 @{"movie" + ("0000"+j)[-3][0] + ".jpg"};
end for
-----------------------------

In advance, thanks!

Paul
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to