package { import flash.display.Sprite; /** * Hello Documentation! */ public class OtherFile extends Sprite { /** * This is the constructor! */ public function OtherFile() { trace(">> OtherFile instantiated"); } } }