Tutorials, extensions, and source files for ActionScript, Flash, and other Adobe products.
1 2 3 4 5 6 7
package com.senocular.gyro { public interface IStartable { function start():void; function stop():void; } }