This is a read-only mirror of pymolwiki.org
Difference between revisions of "Forward"
Jump to navigation
Jump to search
m (6 revisions) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''forward''' moves the movie one frame forward. | |
− | + | ||
===USAGE=== | ===USAGE=== | ||
− | + | forward | |
− | + | ||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.forward() | |
− | + | </source> | |
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Mset]], [[Backward]], [[Rewind]], [[:Category:Movies]] | |
− | + | ||
− | + | ||
− | [[Category:Commands| | + | |
+ | [[Category:Movies|Forward]] | ||
+ | [[Category:Commands|Forward]] |
Latest revision as of 01:46, 28 March 2014
forward moves the movie one frame forward.
USAGE
forward
PYMOL API
cmd.forward()