Scroll
Function
This function is like Pan,
except the image wraps around the frame, re-emerging on the opposite side.
Because there is no way to track a pixel, there is no motion blur on Scroll.
Parameters
|
Type
|
Defaults
|
Function
|
x,yScroll |
float
|
0,0 |
The x and y panning values |
Synopsis
image Scroll( image,
float xScroll,
float yScroll,
);
Script
image = Scroll( image, xScroll, yScroll);
Command Line
shake -scroll xScroll yScroll
See Also
Pan, Move2D
|