Difference between revisions of "Dota 2 Workshop Tools:zh-cn/Custom UI:zh-cn"
From Valve Developer Community
m (→教程) |
|||
Line 8: | Line 8: | ||
* [[Dota 2 Workshop Tools:zh-cn/Custom UI:zh-cn/Setting Up Flash:zh-cn | Flash的必要设置]] | * [[Dota 2 Workshop Tools:zh-cn/Custom UI:zh-cn/Setting Up Flash:zh-cn | Flash的必要设置]] | ||
− | |||
− | |||
− | |||
== 参考 == | == 参考 == | ||
* [http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html ActionScript 3的参考] | * [http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/index.html ActionScript 3的参考] | ||
− | * [[Dota 2 Workshop Tools | + | * [[Dota 2 Workshop Tools/Custom UI/Actionscript game engine reference | Dota 2 ActionScript的函数列表]] |
== 教程 == | == 教程 == | ||
− | * | + | * [http://yrrep.me/dota/flash-components.php 引擎内置UI组件] |
+ | * [[Dota_2_Workshop_Tools:zh-cn/Custom_UI:zh-cn/Custom_Error_Tutorial:zh-cn | 如何显示自定义的错误信息]] | ||
+ | |||
+ | == 范例 == | ||
+ | * [https://github.com/zedor/SpellShop_UI 法术商店 UI] | ||
+ | * [https://github.com/zedor/CustomError 自定义错误信息 (使用 dota error_msg 面板)] | ||
+ | * [https://github.com/zedor/PipNumbers PipNumbers (根据熟练度改变技能等级)] | ||
+ | |||
[[Category:Dota 2 创意工坊工具集]] | [[Category:Dota 2 创意工坊工具集]] | ||
[[Category:AMHC 汉化]] | [[Category:AMHC 汉化]] |
Latest revision as of 12:40, 11 September 2014
自定义用户界面是使用ActionScript做的。