View Single Post
# 69 22-02-2013 , 09:23 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988

But would love love love a "by frames"

Hi jaminuit, glad it helped you out.

Adding by frames is actually quite simple.

Simply change the line:
Code:
for ($i = $startFrame; $i <= $endFrame; $i++)
To:
Code:
for ($i = $startFrame; $i <= $endFrame; $i += 10)
Where 10 is your by frame value.

Best of luck,

-John


Imagination is more important than knowledge.