try this:
CODE
Ramp1 = Ramp(960, 1080, 2, 1, 0.213, 0, 0, 0, 1, 0, 1, 1, 1,
1, 0);
Flop1 = Flop(Ramp1);
IMult1 = IMult(Ramp1, Flop1, 1, 100, 0);
or depending what you're looking for, something like this:
CODE
Ramp1 = Ramp(960, 1080, 2, 1, 0.082, 0, 0, 0, 1, 0, 1, 1, 1,
1, 0);
Flop1 = Flop(Ramp1);
Pan1 = Pan(Flop1, width, 0, 0, 0.5, 0);
CCrop2 = CCrop(Pan1, 0, 0, width*2, height);
IAdd1 = IAdd(Ramp1, CCrop2, 1, 100);
or yet another way:
CODE
RGrad1 = RGrad(960, 1080, 2, width/2, height/2, 1, 1, 500, 0.5,
1, 1, 1, 1, 0, 0, 0, 0, 0, 0);
Move2D1 = Move2D(RGrad1, 0, 0, 0, 1, 1, 1000, 0, 0, width/2,
height/2, "default", xFilter, "trsx", 0, 0, 0.5, 0, 0, time);
SetDOD1 = SetDOD(Move2D1, 0, width, 0, height);