<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I have a protein with 10 transmembrane domains and would like to make a movie in which the ribbon is drawn in time from the N- to the C- terminus. I wrote a script that does that.
 But, the 10 transmembrane domains become hard see because they overlap one another. To solve this problem, I wanted to make the first 600 amino acids become 70% transparent after they had been drawn. Then the drawing would continue with the second half of
 the protein with no transparency. The problem is that the script that I have written to do this draws the first 600 amino acids 70% transparent immediately as they are drawn. Then the second half of the protein is drawn with 0 transparency. I set the wait
 time to 600 because I want to execute the transparecny command after the first 600 amino acids were drawn. But, instead, the drawing of the first 600 amino acids is tremendously slowed down by this command as if a wait of some duration occurs after each amino
 acid rather than after all 600 amino acids. I would appreciate your help. Thanks.
<div><br>
</div>
<div>
<p class="MsoPlainText"><span style="font-family:"Courier New"">movie record supersample 4;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">perframe "ribbon #2:$1" range 1,600;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">wait 600;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">transparency 70,r #2:1-600;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">perframe "ribbon #2:$1" range 601,959;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">movie stop;<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New"">movie encode “d:\Dropbox\Chimera_files\movie1.mp4”;<o:p></o:p></span></p>
<div><br>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font size="3"><font face="Times New Roman">Criss Hartzell<br>
<font size="3">Professor<br>
<font size="3"><font size="3">Department of Cell B<font size="3">iology<br>
<font size="3">Emory University School of Medicine<br>
<font size="3">Atlanta, GA 30322<br>
<font size="3">404-242-5719 (cell)<br>
<br>
<font size="3"><u>For </u><font size="3"><u>Fedex, UPS, other cour</u><font size="3"><u>ier:</u><br>
<font size="3">Criss Hartzell<br>
615 Michael St.<br>
535 Whitehead Building</font><br>
<font size="3">Emory University<br>
<font size="3">Atlanta, GA 30322</font><br>
</font></font></font></font></font></font></font></font></font></font></font></font></font></div>
</div>
</div>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This e-mail message (including any attachments) is for the sole use of<br>
the intended recipient(s) and may contain confidential and privileged<br>
information. If the reader of this message is not the intended<br>
recipient, you are hereby notified that any dissemination, distribution<br>
or copying of this message (including any attachments) is strictly<br>
prohibited.<br>
<br>
If you have received this message in error, please contact<br>
the sender by reply e-mail message and destroy all copies of the<br>
original message (including attachments).<br>
</font>
</body>
</html>