QUOTE(lotty @ 08/23/07, 04:23 AM) [snapback]272134[/snapback]
Basically I want an image sequence to start at 400 frames however I dont really want to make 400 blank frames just to make up the timing.
Is there an expression? I can't find anyway to set a key otherwise.
HELP! ![]()
Setting keys is possible: first right click on "image number", then "delete expression" - now you can set keys via right click.
anyway, if you want an expression, here you go:
CODE
if (frame > 400)
file1.frameExtension=frame-400;
else
file1.frameExtension=0;