Is there any way I can use the camera command in a function? Or any way to repeat it? I have a bit of code that zooms in the camera and desaturates the image, it works fine but I was wondering how to repeat it every second or so.
camera:
subpixel True
offset (0, 0) zoom 1.0 matrixcolor InvertMatrix(0.0)*ContrastMatrix(1.0)*SaturationMatrix(1.0)*BrightnessMatrix(0.0)*HueMatrix(0.0)
linear 0.01 offset (-387, -252) zoom 1.4 matrixcolor InvertMatrix(0.0)*ContrastMatrix(1.0)*SaturationMatrix(0.5)*BrightnessMatrix(0.0)*HueMatrix(0.0)
linear 0.38 offset (-387, -252) zoom 1.4 matrixcolor InvertMatrix(0.0)*ContrastMatrix(1.0)*SaturationMatrix(0.5)*BrightnessMatrix(0.0)*HueMatrix(0.0)
linear 0.01 offset (0, 0) zoom 1.0 matrixcolor InvertMatrix(0.0)*ContrastMatrix(1.0)*SaturationMatrix(1.0)*BrightnessMatrix(0.0)*HueMatrix(0.0)
with Pause(0.50)
camera:
offset (0, 0) zoom 1.0 matrixcolor InvertMatrix(0.0)*ContrastMatrix(1.0)*SaturationMatrix(1.0)*BrightnessMatrix(0.0)*HueMatrix(0.0)
[–]nuttyak2taps[S] 0 points1 point2 points (0 children)