基本文档类模板,由FlashDevelop创建

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基本文档类模板,由FlashDevelop创建相关的知识,希望对你有一定的参考价值。

  1. package
  2. {
  3. import flash.display.Sprite;
  4. import flash.events.Event;
  5.  
  6. /**
  7. * ...
  8. * @author <YourNameHere>
  9. */
  10. public class Main extends Sprite
  11. {
  12.  
  13. public function Main():void
  14. {
  15. if (stage) init();
  16. else addEventListener(Event.ADDED_TO_STAGE, init);
  17. }
  18.  
  19. private function init(e:Event = null):void
  20. {
  21. removeEventListener(Event.ADDED_TO_STAGE, init);
  22. // entry point
  23. }
  24.  
  25. }
  26.  
  27. }

以上是关于基本文档类模板,由FlashDevelop创建的主要内容,如果未能解决你的问题,请参考以下文章

如何让FlashDevelop显示正确的api文档?

Azure函数的ARM模板文档

附录1:接口文档参考模板

ActionScript 3 AS3 FlashDevelop新事件模板

ActionScript 3 AS3 FlashDevelop字体库模板

以编程方式在SharePoint文档库中添加/创建新文档