I'm trying to go a little further with the isosurfaces case… I would like to make a movie showing the movements of some lipids when they interact with the protein. The way you suggested me before works perfectly but now I would like to incorporate the perframe script commands into the first script that I designed, the .com script. And here is where I find find the problem because I can’t move the protein and the lipids as I did with the MD movie window. I am trying to combine both commands, perframe and coordset (I think this is the way to do it with commands) but I only obtain errors. Is it possible to do the protein and lipids movement part of the movie with commands instead of the MD movie windows?
#protein in isosurface rep
movie record
molmap protein 4 grid 0.6 model 1
volume #1 color #dae4bceb8d98
wait
~ribbon :.a
movie crossfade 60
#PC and PA phosphates in sphere rep
repr sphere :DVPC & P
color #aaaa84bdc71c :DVPC & P
movie crossfade 30
2dlabel create l1 text 'Phosphatidylcholine (PC)' color #84bd4bdaaaaa ypos 0.9 xpos .7 size 68 typeface serif
wait 30
repr sphere :DVPA & P
movie crossfade 30
color #aaaab425684b :DVPA & P
movie crossfade 30
2dlabel create l2 text 'Phosphatidic Acid (PA)' color #4bda71c725ed ypos 0.9 xpos .7 size 68 typeface serif
movie crossfade 30
#hide tails
~disp :DVPC & C
~disp :DVPC & H
~disp :DVPC & O
~disp :DVPC & N
~disp :DVPA & C
~disp :DVPA & H
~disp :DVPA & O
#select DVPC and DVPA at z > 5 from the protein to make them transparent
select :.A z > 5 & :DVPC
transp 50,a :DVPC
select :.A z > 5 & :DVPA
transp 50,a :DVPA
movie crossfade 30
2dlabel delete *
#select DVPC and DVPA lipids at z < 5 from the protein to create isosurfaces
molmap ":.A z<5 & :DVPC" 4 grid 0.8 model 2
~ disp element.H
volume #2 color #aaaa84bdc71c
movie crossfade 100
molmap ":.A z<5 & :DVPA" 4 grid 0.8 model 3
~ disp element.H
volume #3 color #aaaab425684b
At this point this is the representation that I obtain:
And now it is the time for the trajectories movements...
or perframe "coordset #1-3 20,50,1” and other different variants but I only obtain errors.