# CocosCreatorHowToUse **Repository Path**: chanscen/cocos-creator-how-to-use ## Basic Information - **Project Name**: CocosCreatorHowToUse - **Description**: 大道至简,殊途同归。 CocosCreatorHowToUse是希望简化用户理解Cocos Creator API某些功能的使用。 Cocos Creator How To Use is to simplify the use of some functions that users understand the API. - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: v3.0.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 157 - **Created**: 2021-08-20 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Cocos Creator How To Use #### Write by yeshao2069. #### Cocos Creator How To Use is to simplify the use of some functions that users understand the API. #### Cocos Creator V3.0.0+ ## QuickLinks | [音频示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#AudioExample) | [常用整理](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#CommonUse) | [动画示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#AnimationExample) | [Graphics示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#GraphicsExample) | [物理示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#PhysicsExample) | [Tween示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#TweenExample) | [渲染示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#RenderExample) | [模型示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#ModelExample) | [粒子示例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#ParticleExample) | [需求案例](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#DemandCase) | ## Examples ### AudioExample | [返回顶部](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0#QuickLinks) | ### 1. 音频示例 #### * 1.1 实现同时播放多个音效? [PlayOneShot](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/PlayOneShot) #### * 1.2 添加全局按钮的音效 [AddGlobalButtonSound](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/AddGlobalButtonSound) #### * 1.3 模拟钢琴播放测试(官方示例) [PianoPlayTest](https://gitee.com/yeshao2069/cocos-creator-how-to-use/tree/v3.0.0/Audio/PianoPlayTest)