Tutorials, extensions, and source files for ActionScript, Flash, and other Adobe products.
1 2 3 4 5 6
package com.senocular.gyro { public interface IEase { function apply(t:Number):Number; } }