that's a good point, Greg, and I often do the same way (frame by frame),
specially when feet's contact spacings aren't regular enough from one drawing to the other...
"Trial and error" method isn't so bad although ... ;
otherwise, it's mathematical :
a full cycle distance (on ground) D = 2x 1 step ,
suppose your step = 220 pixels long, so D = 2x 240 = 480 pixels,
suppose your walk cycle's made with 16 drawings, in 2's,
if your cycle is animated "on place", you should displace it at :
d = 480/16 = 30 pixels, for passing from one drawing to the next,
Now in KeyFramer (source = custom brush) :
to cross (in > out) the video frame (720 pixels long),
your animated brush should start, say at X1 = -120, and stop (to be completely off) at X2 = 840,
so you get a path length of : Xp = X2 - X1 = 960 pixels to cover with your AnimBrush,
guess how many frames you need to achieve this crossing walk without " slip nor slide" ?
... 960/30 = 32 frames, ... 2 full cycles, or 4 steps!!!
coincidence??? sometimes mathematics are Magical!...
ps: if your project's frame-rate is 12.5 (pal) or 15 (ntsc), that's all, nothing more to do,
if your project's frame-rate is 25 (pal) or 30 (ntsc), "select all" and "duplicate = 1",
so your animlayer should be now 64 frames long, and the speed OK.
