...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Scroll pagebreak |
---|
Return value
void
Examples
...
language | text |
---|
// Create 3 Clips
...
create Clip "Clip_A" "Clip_B" "Clip_C";
...
// Set Clip_B active
...
setActiveClip "Clip_B";
...
// Set Clip_A active
...
setActiveClip -prev;
...
//set Clip_C active
...
setActiveClip "Clip_B" -next;
Additional information
Related commands
...