...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
void
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// Create a clip and a Marker |
...
create Clip "clip1"; |
...
...
// Set the play range |
...
playRange 20 80; |
...
...
// Crop the clip |
...
cropClip -leftOnly ; |
...
setTime 50; |
...
cropClip -rightOnly -curTime; |
Additional information
Related commands
...