Good afternoon all - I think I have a simple question. I would like to have a series of "zooms" followed by a movie.roll and then zooming back to the start position. Here is what I have
cmd.mset("1 x800") cmd.zoom("center","200") cmd.frame("1") cmd.mview("store") cmd.zoom("center","50") cmd.frame("120") cmd.mview("store") cmd.frame("180") cmd.mview("store") cmd.zoom("center","15") cmd.frame("280") cmd.mview("store") cmd.frame("360") cmd.mview("store") cmd.zoom("center","50") cmd.frame("400") cmd.mview("store") cmd.frame("420") cmd.mview("store") cmd.movie.roll("421","755") cmd.mview("store") cmd.frame("756") cmd.mview("store") cmd.zoom("center","200") cmd.frame("800") cmd.mview("reinterpolate") The problem is that is does not do the movie.roll and as the movie plays over and over it actually performs all the zoom actions and then rotates one frame and then starts the process again from that newly rotated frame. I would like it to perform the full rotation after the initial zoom and then perform the final zoom command. Any ideas where I might have messed this up? Many thanks Ben ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net