板 1- 前 次 新 レス
けいさんキ
[27]kiyo:2004/06/09(Wed) 09:16
memo:
skip= X
step= skip + 1
stepedframes= Math.floor(frames /step)*step
stepedtime= Math.floor(time /(フレーム継続時間 * step)) * (フレーム継続時間 * step)
if (StepValue == 1){var Stepedtime = time} else {
var Stepedtime= Math.floor(time /(this_comp.frame_duration * StepValue)) * (this_comp.frame_duration * StepValue);
}
前 次 新