ActionScript Flash 预定义全局变量
谁能给我发送一个链接,或者列出 Flash ActionScript 3 预定义的所有全局变量?比如像当前时间,或者当前帧等等?
谢谢, 汤米
Can anyone send me a link, or list all of the global variables that are predefined by Flash ActionScript 3? For example, like the current time, or the current frame, etc.?
Thanks,
Thommy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您最好的选择是语言参考:http:// /help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/all-index-Symbols.html
如果通过全局变量,您指的是顶级类/函数等,您可以查看:http://help.adobe.com/en_US/FlashPlatform/reference/ actionscript/3/package-detail.html
Your best bet is the language reference: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/all-index-Symbols.html
If by global variables, you mean Top Level classes/functions etc, you can check out: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/package-detail.html
我不太确定是否有。通常您会使用舞台或主 movieClip 对象。
如果我需要全局变量,我通常使用单例模式。
Im not too sure if there is any. Generally you would use the stage or main movieClip object.
I usually use a singleton pattern if i need global variables.