Hi Alexandra,

the reason why your script is not working is because you only define frame 1 (out of 36) by mdo 1:...

As Joel mentioned, you can use the util.mroll command (which in turn uses mdo) but make sure you get the first /last frame right (I guess util.mroll 1,36,1 would do). However, as I happen to fiddle with something quite similar, I recommend direct use of mdo which in your case boils down to a simple loop like this:

mset 1 x36
# put your settings here
for i in range(1,37):\
   cmd.mdo("%d"%i, "turn y,10")
mpng cartoon  # better test with mplay first

Hope that helps,

Cheers,
Andreas

--
Andreas Henschel
Bioinformatics Group
TU Dresden
Tatzberg 47-51
01307 Dresden, Germany

Phone: +49 351 463 40063
EMail: a...@biotec.tu-dresden.de




Reply via email to