Tutorials, extensions, and source files for ActionScript, Flash, and other Adobe products.
1 2 3 4 5 6 7 8 9
package com.senocular.gyro { /** * Seekers follow a target based on a factor where * with each step the follow moves factor% closer to the target */ public class Trajectory { } }