This is a read-only mirror of pymolwiki.org

Difference between revisions of "Mplay"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (5 revisions)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''mplay''' starts the movie.
  "mplay" starts the movie.
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  mplay
  mplay
+
 
+
===PYMOL API===
===PYMOL API==
+
<source lang="python">
<source lang="python">  
+
cmd.mplay()
  cmd.mplay()
+
</source>
</source>
 
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd mstop]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  
  [[Cmd mstop]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  
 
  
[[Category:Commands|mplay]]
+
[[Category:Commands|Mplay]]

Latest revision as of 02:00, 28 March 2014

mplay starts the movie.

USAGE

mplay

PYMOL API

cmd.mplay()

SEE ALSO

Cmd mstop, Cmd mset, Cmd mdo, Cmd mclear, Cmd mmatrix