C2/C3 Wiki

C2/C3开发者的乐园

用户工具

站点工具


examples

这是本文档旧的修订版!


[]: # (Construct 3 LOGO) ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/construct3Logo-lightbg.svg) []: —————————————————- []: # (标题) []: —————————————————- ## Construct 3 案例图书馆 最后更新日期:2020-12-20 by [XHXIAIEIN](http://rpg.icu/wp-admin/post.php?post=131&action=edit)

[]: —————————————————- []: # (官方导航) []: —————————————————- #### 官方导航 | [打开 Construct 3](https://editor.construct.net/) | [论坛](https://www.construct.net/en/forum) | [教程](https://www.construct.net/en/tutorials?flang=-1&content=0&orderID=3) | [Wiki](http://wiki.0tw.cn/) | ———— []: —————————————————- []: # (免费素材) []: —————————————————-

[]: —————————————————- []: # (基础教程) []: —————————————————- ###### 基础教程 | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_scirraarcade_24x24.svg) 基础教程 | | :———— | | [傅老师的Construct 2入门教學 (付费课程)](https://meia.me/course/169505) | | [傅老师的Construct 2网站](http://www.memoryabc.com/joomla/index.php/2013-07-31-09-53-12/2013-07-31-10-10-33/construct2-1) | | [制作一个平台跳跃游戏 by Construct G](http://rpg.icu/?p=358)(施工中) | []: —————————————————- []: # (BEHAVIOR REFERENCE ) []: —————————————————- ##### Behavior

[]: # (Platform) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_platform_24x24.svg) Platform | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 角色状态机管理,动作管理,墙跳,Juice应用(更简洁) | Salman_Shh | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/Manager_workflow__Input_Manager_Example.c3p) | | 角色状态机管理,摄像机管理,冲刺,Juice应用(早期) | Salman_Shh | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/Improved_Juicy_Platformer_Template_by_SalmanShh.c3p) | | 角色动作状态,下蹲,滑铲 | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/player_floor_slide.c3p) | | 传送门,同一场景的传送机关 | TackerTacker | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/PlatformPortals.c3p) | | 传送门,传送到不同场景指定的地方 | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/DoorToLayoutSpawnAtXY.c3p) | | 推箱子简易思路 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/PlatformerPushBox_onlyPush.capx) | | 拾取武器,切换主武器/副武器 | dop2000 |.capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/WeaponChange2.capx) | | 武器开火时的后坐力(Platform反作用力),可用于击退效果 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/WeaponKnockbackPlatform.c3p) | | 武器开火时,手臂和枪支的抖动效果 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/GunRecoil.capx) | | 脚底的影子,角色跳跃时影子也会改变透明度表示跳跃高度| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/PlatformerWithShadow.capx) | | 像马里奥踩敌人攻击,敌人在墙体范围左右循环移动| KiwiStory | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/Mario_JumpUP_Attack.capx) | | 像超级肉食男孩,移动时在脚底生成血迹,浸染地面(另一种不用Canvas实现的思路)| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/BloodTrail.capx) | | 另一种实现敌人在墙体范围左右移动的思路,利用空气墙| MegaCoolL | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/Platform_Change_Direction2.capx) | | 另一种实现墙跳的思路| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/PlatformerWallJump.capx) | | 在地板生成血迹,浸染地面(使用CanvasPaste)| dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/BloodWall.c3p) | | 敌人贴着墙壁边缘循环移动| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/WalkAroundWalls2.capx) | | 敌人在空中按路径点循环移动,玩家进入视野范围自动攻击并追逐,离开视野范围自动回归| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/AITopDownShooting.capx) | | 随机生成地图关卡组合 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/BuildLevelFromScenes.c3p) | | 利用蒙版制作不规则地形,再用激光扫描地形检测地面 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/TerrainDetection.capx) | | 像DK大金刚,跳进旋转的木桶里然后向发射出去 | relixes | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/TerrainDetection.capx) | | 自动向前移动,碰到墙壁转向,玩家只能按跳跃吃金币 | maxlive2010 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/1-click-plataforma.capx) | | 离开平台后的几帧内按下跳跃键仍能起跳。(Coyote Jump) | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/CoyoteJump.c3p) | | 弹跳机关(踩中后跳起) | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/trampoline.c3p) | | 天花板向地面滴落液体 | André | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/slime_ceiling_drip_example.c3p) | []: # (8Direction)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_8direction_24x24.svg) 8Direction 作者 类型 下载
:———— :————: :————: :————:
角色状态机管理,摄像机管理,Juice应用,Debug选项 Salman_Shh .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/8Direction/Topdown_Template_Project_by_SalmanShh_Patreon.c3p)
武器开火时的后坐力(8Direction反作用力),可用于击退效果 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/WeaponKnockback8direction.c3p)
地图场景移动,从布局移动到另一个布局,地图传送点 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/8Direction/PortalSystem.c3p)
向指定位置投掷飞剑,还可以让它飞回来 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/8Direction/ThrowSword.c3p)
多个NPC随机在附近徘徊移动转圈 Stemkoski .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/8Direction/ThrowSword.c3p)
多角色切换控制,多人同屏镜头缩放 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/8Direction/AutoScrollZoom_MultiplePlayers.c3p)

[]: # (Solid) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_solid_24x24.svg) Solid | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 忽略特定对象的实体碰撞(Solid Tags) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Solid/Using_Solid_Tags.c3p) | []: # (Bullet)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_bullet_24x24.svg) Bullet 作者 类型 下载
:———— :————: :————: :————:
子弹按指定的路径点飞行移动 dop2000 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Bullet/BulletMoveWithWaypoints.capx)
弹幕游戏子弹地狱,同时朝360°方向发射子弹 jatin1726 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Bullet/hellbullet.capx)

[]: # (Pin) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_pin_24x24.svg) Pin | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 类似球球大作战,贪吃蛇,条状尾巴跟随 | brunopalermo | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pin/snake-example-v2.capx) | []: # (SceneGraph)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_pin_24x24.svg) Scene Graph 作者 类型 下载
:———— :————: :————: :————:
为场景图对象制作肢体动画 rafaeltrigo .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/SceneGraph/scenegraphani.c3p)
创造一只会在地面爬行的触手怪 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/SceneGraph/Starfish.c3p)

[]: # (Pathfinding) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_pathfinding_24x24.svg) Pathfinding| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 基于网格的寻路(配合 MoveTo) | unkown | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pathfinding/GridPathfinding.c3p) | | 绘制寻路路径线条 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pathfinding/pathfinderInstant2.capx) | | 队伍开火车寻路,并防止寻路对象相互叠加 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pathfinding/Pathfinding_NoOverlapWhileMoving.c3p) | | 狼吃羊AI,自动寻找最近的目标,吃掉后继续寻找下个目标 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pathfinding/ChasingAnimals.capx) | | 两点循环寻路。开门后切换寻路目标.移动时可碰撞 | mystazsea | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Pathfinding/PATHFINDING_THROUGH_DOOR.capx) | []: # (LineOfSight)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_lineofsight_24x24.svg) LineOfSight 作者 类型 下载
:———— :————: :————: :————:
激光扫过地面时,会被上方的物体遮挡(激光、岩浆、瀑布) dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/LineOfSight/laser_los.c3p)
视野范围可视化,显示多边形区域 Salman_Shh .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/LineOfSight/Draw_FOV.c3p)
带有视野范围的动态阴影(不需要Canvas) rokstars .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/LineOfSight/DynamicShadowNotCanvas.capx)
利用DrawingCanvas和Array,计算LOS多边形范围和射线 newt .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/LineOfSight/VisualLOS.c3p)

[]: # (Turret) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_turret_24x24.svg) Turret | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 炮塔显示攻击范围,建造炮塔检测通行,敌人自动寻路 | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Turret/turretdefenceHC.c3p) | | 建造不同价格的炮塔,有怪物波数和BOSS战,玩家可施放技能 | SeriouslyCrunchy | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Turret/tdfinal.capx) | | 建造不同价格的炮塔,炮塔可升级出售,简单UI,怪物血条,怪物属性增长 | Ilyko96 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Turret/TowerDefence%20v2.capx) | []: # (DragDrop)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_dragdrop_24x24.svg) DragDrop 作者 类型 下载
:———— :————: :————: :————:
拖拽物体限制再一个区域内 rafaeltrigo .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/DragDrop/limitdraganddrop.c3p)
拖拽图标放入空槽或与其他图标交换位置 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/DragDrop/DragDrop_Example.c3p)
像系统桌面一样,多选拖拽图标,自动对齐网格 dop2000 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/DragDrop/SelectAndDragIcons.capx)
拖拽对象时,防止与其他对象重叠,并且会被对象遮挡,无法穿透 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/DragDrop/DraggingPreciseCollision2.c3p)
点击图片时出现形变框,可调整图片大小 R0J0hound .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/DragDrop/resize.capx)

[]: # (Physics) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_physics_24x24.svg) Physics | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 物理画线游戏,画线条支撑物体 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/PhysicsDrawing.capx) | | 物理益智游戏,拖动积木重组空间 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/PhysicsMoveBlocks.c3p) | | 类似珠算盘,向上拨动可提起珠子,松开落下 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/PhysicsDrawing.capx) | | 物体落水后向上浮起至水面 | AllanR | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/waterfloat2.capx) | | [物理假人,把关节绑定到身体骨骼,施加引力](https://www.youtube.com/watch?v=hVsKv3cAC_4) | Kata Lv | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/Ragdoll.capx) | []: # (Fade)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_fade_24x24.svg) Fade 作者 类型 下载
:———— :————: :————: :————:
动画每帧切换时,渐入显示 dop2000 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Fade/AnimationFrameMorph.capx)

[]: # (Timer) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_timer_24x24.svg) Timer | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 点击画面开始计时3秒。再次点击重置计时(可选) | Mikal | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Timer/ClickTimer.c3p) | | 手动实现计时器,可暂停计时 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Timer/Stopwatch_demo.capx) | []: # (Rotate)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_rotate_24x24.svg) 转盘 作者 类型 下载
:———— :————: :————: :————:
手指滑动转盘 virusfun .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Rotate/carusel1.capx)
手指滑动转盘(修改版,更简洁) virusfun .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Rotate/carusel2.capx)

[]: # (Car) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/behavior_car_24x24.svg) Car | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 赛车游戏AI | Unknown | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Car/AI%20Racer.capx) | | 车辆交通管理 | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/AI/trafficsystem.c3p) | []: —————————————————- []: # (PLUGIN REFERENCE) []: —————————————————- ##### Plugins

[]: # (Keyboard) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_keyboard_24x24.svg) Keyboard| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 键盘金手指作弊系统,监听按键顺序、格斗招式 | Mikal | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Keyboard/KeyboardCheat.c3p) | []: # (Touch)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_touch_24x24.svg) Mouse 作者 类型 下载
:———— :————: :————: :————:
滑动手势切换卡片菜单 1 Kyatric .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Touch/2019.11.12.Gallery.swipe.gesture.c3p)
滑动手势切换卡片菜单 2 AllanR .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Touch/Swipe_Alt.capx)
仿水果忍者,切水果,滑动尾巴 Lordshiva1948 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Touch/fruit-slicer.capx)
仿水果忍者,切橘子 warspear .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Touch/orange-ninja.capx)

[]: # (Text) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_text_24x24.svg) Text | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 利用len()实现打字机效果 | Unknown |.capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Text/TypewriterWordAndLetters.capx) | | 波浪文字动画(使用Buttle+Sine) | dop2000 |.capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Text/TextWave.capx) | | 对话框文字滚动,窗口显示几行文字,上下滚动显示 | dop2000 |.c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Text/ScrollText.c3p) | | 利用Bullet行为,文字弹出后渐变消失 | socialpilgrim | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Text/test-disappering.capx) | []: # (AdvancedRandom)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_advancedrandom_24x24.svg) Advanced Random 作者 类型 下载
:———— :————: :————: :————:
随机且不重复选择一个动画帧。 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/AdvancedRandom/PermutationRandomImages.c3p)

[]: # (Tilemap) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_timemap_24x24.svg) Tilemap| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 检测闭合的区域,填充颜色 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/TileFloodFill-v3.capx) | | 检测闭合的区域,绘制墙壁轮廓 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/DungeonWallMarkers.capx) | | 水逐渐淹没土地,填充地形高度图 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/FloodingCross.capx) | | 绘制图块阴影(简易伪3D) | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/TileMap3D.capx) | | 接水管小游戏,使用TIlemap| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/Loop_demo.capx) | | 接水管小游戏另一种实现思路,使用Sprite| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/loop_demo_with_sprites.capx) | | 以某个点为圆心,掀起周围图块,波动| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/TileSphere.c3p) | | 检测指定ID的图块碰撞,并消除图块 | danalog | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/tilemap-id-collision-test.capx) | | 类似推箱子,可以推动物体 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/PushBoxesOnTilemap.c3p) | | 利用Tilemap预设场景资源,节省性能 | maxlive2010 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/2xtreme-performance-usando-loop.capx) | | [自动图块的实现](https://www.construct.net/en/forum/3/7/126352) | mekonbekon | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/bitwiseTilemap_01.c3p) | []: # (Particles)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_particles_24x24.svg) Particles 作者 类型 下载
:———— :————: :————: :————:
水润嫩滑的拖尾粒子(泡沫、白云) Aekiro .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Particles/andre_particles.c3p)

[]: # (Timeline) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_timeline_24x24.svg) Timeline| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 开场标题动画(轻松,欢快,翻转) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Timeline/contruct_intro.c3p) | | 开场标题动画(神秘,恐怖,严肃) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Timeline/contruct_Intros2.c3p) | | 开场标题动画(LOGO掉落,小猪吓跑) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Timeline/Construct_Logo_Boulder.c3p) | | 开场标题动画(小猪搬运) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Timeline/Construct_Logo_Place.c3p) | | 开场标题动画(小猪推滚) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Timeline/Construct_Logo_rolling.c3p) | []: # (ShadowLight)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_shadowlight_24x24.svg) ShadowLight 作者 类型 下载
:———— :————: :————: :————:
3D平台阴影 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/ShadowLight/shadowalls.c3p)

[]: # (Video) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_video_24x24.svg) Video| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 添加视频字幕。文本记录字幕出现和结束时间,写入数组定时显示文本 | oosyrag | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Video/subtitlesexample.c3p) | []: # (Audio)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_audio_24x24.svg) Audio 作者 类型 下载
:———— :————: :————: :————:
切换场景播放不同的背景音乐 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Audio/Music_by_layout.c3p)

[]: # (iframe) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_iframe_24x24.svg) iframe| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 利用iframe制作个人网站,通过JS调用C3 Function | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/iframe/htmlpage.c3p) | []: # (DrawingCanvas)

[]: —————————————————- []: # (Form control) []: —————————————————- []: # (Slider Bar)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_sliderbar_24x24.svg) Slider Bar 作者 类型 下载
:———— :————: :————: :————:
基于Sprite的个性化样式滑动条 André .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/FormControls/SliderBar/spritebased_sliderbar_drestuff.c3p)

[]: —————————————————- []: # (OBJECT INSTANCES) []: —————————————————- ##### Object instances | Z elevation| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 地面坑洞的多层视差滚动<br>(修改不同层级背景的Z视差) | Rory | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Zelevation/zlake2.c3p) | | 重叠 Overlapping | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 依序抽取最顶部的木条,若点击底部则高亮顶部叠加部分。 | AllanR | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Overlapping/PickZorder.capx) | | 随机位置生成不重叠的数字,按数字依序点击 | tarek2 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Overlapping/SequenceZorder.capx) | | 在随机位置生成不重叠的实例 1 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Overlapping/RandomDistributeOnLayout.capx) | | 在随机位置生成不重叠的实例 2 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Overlapping/RandomSpawnNoOverlap.capx) | | Collision | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 检测2个大物体精确的碰撞点 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Collision/CollisionPointDetection5.capx) | | 激光效果,光线碰到物体时被遮挡 | jatin1726 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Collision/laser.capx) | | 显示碰撞多边形 | André | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Collision/show_collision_polygons_drestuff.c3p) | []: —————————————————- []: # (Data) []: —————————————————- ##### Data

[]: # (Array) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_array_24x24.svg) Array| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 临时排行榜,数组写入玩家名和分数,并排序显示 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/LeaderboardSort.c3p) | | 将Json表格数据导入数组,并以表格形式显示 | Sam Dimanche | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/TableDisplay.c3p) | | 随机打乱数组中的元素,类似洗牌 | blackhornet | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/RandomStringArray.capx) | | 找出数组中的最大值和最小值 | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/highestlowestinarray.c3p) | | 生成随机的数组序号 | DuqueKarl | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/shufflearray.capx) | | 将对象的位置随机顺序打乱 | producermark | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/random-position.capx) | | 将等级经验保存在文件,在游戏中读取 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Array/LevelingUp.capx) | []: # (Local Storage)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_localstorage_24x24.svg) Local Storage 作者 类型 下载
:———— :————: :————: :————:
本地储存游戏进度,游戏数据,下次打开游戏时自动读取 dop2000 .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/LocalStorage/LocalStorageSaveVariables.c3p)
本地储存玩家分数,根据Key读取数据 André .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/LocalStorage/LocalStorageLocales.capx)
多存档插槽 dop2000 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/LocalStorage/SaveToMultipleSlots.capx)
![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_json_24x24.svg) JSON 作者 类型 下载
:———— :————: :————: :————:
读取JSON数据,循环切换武器种类和颜色 hcatarrunas .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/JSON/WeaponLevelsFromJsonV2.c3p)
遍历JSON数据,创建下拉列表 rafaeltrigo .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/JSON/dropdownlistjson.c3p)

[]: # (CSV) | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_array_24x24.svg) CSV | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 将数组导出为.csv文件 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Data/ExportToCSV.c3p) | []: # (FireBase)

FireBase 作者 类型 下载
:———— :————: :————: :————:
将数据储存在FireBase,在游戏中存档或读取 rafaeltrigo .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/FireBase/savegamefirebase.c3p)
CSS 作者 类型 下载
:———— :————: :————: :————:
导入CSS文件,批量修改Button、TextBox的样式 Colludium .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Text/css-loading-demo.capx)

[]: —————————————————- []: # (SYSTEM REFERENCE) []: —————————————————- | 对话系统 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 懒人对话框 | bbenny93 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/dialogue-template-LazyPeople.capx) | | JSON 带条件分支的对话框 | Laura | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/branching-dialogue.c3p) | | JSON Basic Dialog System(RPG样式) | Laura | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/extendedjsondialogueexample.c3p) | | JSON Basic Dialog System(AVG样式) | Kyatric | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/2019.10.22.JSON.dialog.system.b.c3p) | | 自动拉伸对话气泡,逐字显示,自动换行| dop2000 |.capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/SpeechBubble.capx) | | 赛尔达传说样式对话 XML | dop2000 |.capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Dialog/SpeechBubble.capx) | ##### Gameplay | Gameplay| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 装载子弹 | hcatarrunas1 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Gameplay/player_ammo.c3p) | | 在游戏中实现撤销上一步动作 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Gameplay/UndoDemo.capx) | | 范围内随机生成| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 在矩形范围中,动态生成特定大小的矩形| hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Generator/spawn_squares_function.c3p) | | 在矩形范围中,生成不同大小排列的矩形| André | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Generator/array_spawn_grid.c3p) | | Platform 随机地形| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 类似泰拉瑞亚,有限区域内生成随机地形| Rieans Creative | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Generator/random-terrain-generator.capx) | | 类似泰拉瑞亚,有限图块数量生成随机地形| Yann | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Generator/terrainGenerator.capx) | | 卡牌游戏| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 发牌,移入手牌时自动排序 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Card/CardGame2PlayersC3.c3p) | | 合成系统 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 类似涂鸦上帝,炼金术游戏。拖动两个元素,生成新的元素 | Laura_D | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/JSON/alchemystylecrafting.c3p) | | FOG| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 战争迷雾 | smebor | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fog/TheFogofWar01.capx) | ##### UI | UI | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 简易生命条 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Healthbar.c3p) | | 环形进度条 | Valerien | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/radial-lifebar.capx) | | 仿塞尔达传说样式生命槽1 | siks | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/hearts-tut.capx) | | 仿塞尔达传说样式生命槽2 | unknown | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/HP_tinkering.capx) | | 非线性关卡路线图,通关解锁后续关卡 | GameSoul | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/NonLinearPlot.capx) | | 游戏菜单| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 简易关卡跳转菜单,九宫格样式 | Laura_D | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Menu/simplegridmenu.c3p) | | 简易关卡跳转菜单,3D环绕样式 | Laura_D | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Menu/spinmenu.c3p) | | RPG技能树菜单,投入/减少技能点,解锁前置条件技能 | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Skilltree.c3p) | | 属性菜单 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | RPG属性加点 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Status/PointsDistribution.capx) | | 角色属性菜单,可更改排列模式(利用Tokenat) | 白羊ws.s | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Status/UI%26tokenat(%E7%99%BD%E7%BE%8A).capx) | | 库存系统| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 武器道具商城,数据储存在CSV文件(需CSV插件) | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/ArcherMan3.capx) | | 道具背包 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 装备栏+道具捡拾+自动分类排序的背包 | kriand | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Inventory/RPG_Inventory-EquipSlots.c3p) | | 捡拾道具后放入背包 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/InventorySystem.c3p) | | 捡拾道具后放入背包,每种道具有最大收纳数量限制(多少个道具为1组) | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Inventory_Stacking.c3p) | | 日式RPG道具菜单| Katala | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Inventory/jrpg-inventory-Katala.capx) | | 日式RPG道具菜单(加入类似遮罩的效果,超出区域部分隐藏) | Gearworkdragon | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Inventory/jrpg-inventory-scrollable.capx) | | 虚拟按钮 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 双摇杆,左手控制移动,右手控制方向| dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/VirtualGamepad/DoubleVirtualGamepad_v3.c3p) | | 双摇杆,左手控制移动,右手射击。| dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/VirtualGamepad/ThumbstickFloatingMultitouch.capx) | | 点击对象四周,玩家向那个方向移动前进 | newt | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/VirtualGamepad/radialthumb.c3p) | | 雷达小地图 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 在画面右上角显示敌人位置小地图 | FatalExit | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/MinimapTutorial.c3p) | | 圆形雷达小地图,怪物生成后在小地图显示并显示位置 | sosensible | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/Radar/simpleradar.capx) | | 滚动列表 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 利用bullet制作滚动列表(单列) | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/ScrollingList/ScrollingList4columns.capx) | | 利用bullet制作滚动列表(多列) | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/ScrollingList/ScrollingListOfPlayers.capx) | | 类似读文章,长图滚动条 | Ethan | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/ScrollingList/scrollbar.capx) | | 类似读文章,长图滚动条(可切换图片) | Ethan | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/ScrollingList/scrollbar-multiple.capx) | | 场景过渡动画 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 钻石渐变 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Transition/DiamondTransition.c3p) | | 线条切入渐变 | Xsoul12 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Transition/transitions_example_Xsoul.c3p) | | 圆形遮罩扩大缩小 | Antoine G. | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Transition/screenTransition_1.c3p) | | 视觉效果 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 淡入一道光线,弹出旋转的硬币(CoinMaster) | Colludium | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Animation/coinmastereffect.c3p) | | Zoom | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 平滑缩放场景 | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Zoom/zoom-smoothly.c3p) | | Water | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 拖物体下水,在水面浮动(视觉效果) | rafaeltrigo | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Water/dragdropwater.c3p) | | Isometric| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 2.5D + 8方向移动 | rafaeltrigo | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Isometric/isometricgame.c3p) | | 45°棋盘移动 | relixes | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Isometric/IsoProto.c3p) | | 45°棋盘移动 + 光源 | skymen | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Isometric/IsometricPrototypeLight.c3p) | | 绘图 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 绘制多个对象组合的边界范围区域 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Draw/ResizeRectangle.capx) | | 绘制连线两个对象的线条| hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Draw/LineDraw.c3p) | | 检测对象的边界是否相邻,对象是否在内部被包裹 | alextro | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Draw/pad-border.capx) | | 计算矩形面积覆盖百分比 | zatyka | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Draw/rectangularcoveragearea.capx) | | Circle | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 简单的圆周椭圆运动(可调整公转速度) | atsarac | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Circle/circularmotion.capx) | | 围绕某个点,绘制椭圆轨道 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Circle/EllipseDemo.capx) | | 圆弧角度移动,限制移动周长 | Unknown | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Circle/track_drag_approx.capx) | | Track | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 对象按路径点循环移动 | linkman2004 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/accuratewaypointmovement.capx) | | 绘制一条线,让对象沿着线条路径移动 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/DrawWaypointAndMoveAlongIt.c3p) | | 将对象限制在另一对象的边界范围前进后退(爬绳子、滚动条) | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/ClimbSwingingRope.capx) | | 将对象规划在多个路径点轨道前进后退(火车轨道,过山车) | Erigatohishima | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/Waypoint_follow_3.capx) | | 多个对象按路径点循环移动(单路径) | R0J0hound | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/catmullrom.capx) | | 多个对象按路径点循环移动(多路径) | R0J0hound | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/catmullrom_multi.capx) | | 对象按路径点循环移动(计算曲线) | nemezes | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/catmullrom_curvas.capx) | | Bezier | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 绘制贝塞尔曲线,可调整的曲线,直线 | AllanR | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Bezier/Bezier_Curves.capx) | | 绘制贝塞尔曲线,封装成函数 | André | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Bezier/bezier_curve_drestuff.c3p) | | 计算轨迹 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | [计算运动轨迹](https://www.youtube.com/watch?v=o4Zol_R0BZg) | Von Perkele | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/TrajectoryCalculation.c3p) | | Math | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 随机创建4个数字,数字总和为100 | sanjibnanda | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/4NumbSUM100.capx) | | 颜色值相互转换,RGB与16进制 | xhxiaiein | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/ConvertRGBtoHex.c3p) | | Spring| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 弹性小球 | R0J0hound | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Spring/spring_ground1.capx) | | 弹性小球+碰撞 | R0J0hound | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Spring/spring_ground2.capx) | | Fake 3D | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 仿暗黑破坏神,8方向移动 | Yann | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/diabloLikeMov.capx) | | 伪3D人物8方向移动 | TackerTacker | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/TackerTacker_ProceduralCharacterAnimation.c3p) | | 伪3D汽车8方向移动 | Salman_Shh | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/Fake_3D_Z-Elevation_by_SalmanShh.c3p) | | 像Doom的第一人称视角地下城游戏 | aecanales | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/first-person-template.c3p) | | 用Sprite组成3D星云空间(变化形状与缩放旋转) | OlivierC | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/3dPointCloud.capx) | | 在3D空间中生产弹性的小球 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/Bouncing_Balls.capx) | | 在3D空间中生产弹性的小球(镜头模糊滤镜与平滑相机) | TackerTacker | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/Bounce_C3.c3p) | | 3D环绕移动(无碰撞) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/orbit_blocs.c3p) | | 3D环绕移动(有碰撞) | hcatarrunas | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/rotating_traps_water_solid.c3p) | | 3D星空背景 | GameSoul | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/3D_Stars.capx) | | RTS| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 拖选多个对象,点击控制移动。(附加小地图) | Maverick1912 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/RTS/dragnselectunits.capx) | | 自动采集资源 | SpaceSocks | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/RTS/TankResources.c3p) | | AI | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 怪物随机在周围跳跃移动 | 99Instances2Go | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/AI/ruweKonijnen.capx) | | [8方向怪物AI,发现玩家自动追踪,贴近自动攻击(需Rex插件)](https://www.youtube.com/watch?v=64M3SB0kTCI) | Kata Lv | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/AI/TDS2.capx) | | Camera Scrolling | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 房间区域镜头跟随滚动 | zatyka | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/CameraScrolling/zonecamerascroll.capx) | | 点击并拖动屏幕,滚动画面 | 白羊ws.s | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/CameraScrolling/DragMoveScreen.capx) | | 点击并拖动屏幕,滚动画面 | dop2000 | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/CameraScrolling/ScrollByDragging.c3p) | | 鼠标移到屏幕边界,滚动画面 | oosyrag | .c3p | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/CameraScrolling/mousescrolling.c3p) | | Mapping | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 局部放大显示地图 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Mapping/MapAutoZoom.capx) | | 将对象的位置映射在另一个对象的相对位置(雷达小地图) | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Mapping/ManOnARaft.capx) | []: —————————————————- []: # (SCRIPTING OVERVIEW) []: —————————————————-

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/editor_script_24x24.svg) JavaScript in C3 作者 类型 下载
:———— :————: :————: :————:
旋转平台,角色踩上平台跟着旋转,像游乐场转转杯。<br>(脚本自定义函数,获取本地变量,调用系统JSON插件,返回Function参数) Mikal .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Javascript/Circular_Platforms.c3p)

[]: —————————————————- []: # (Email) []: —————————————————- | ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_browser_24x24.svg) 邮件服务 | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | [在游戏中发送电子邮件](https://www.construct.net/en/tutorials/sending-an-email-from-construct2-1068) 需自备php服务器 | sizcoz | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Web/Email/c2mail1.capx) | | [将屏幕截图发送到邮件](https://www.construct.net/en/tutorials/screenshot-capture-email-1320) 需自备php服务器 | sizcoz | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Web/Email/screenshot-to-email.capx) | []: —————————————————- []: # (QTE) []: —————————————————-

QTE 作者 类型 下载
:———— :————: :————: :————:
QTE示例(限时点击按钮) Valerien .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/QTE/qte-system-1.capx)
QTE示例(限时点击按钮,更早点击分数更高) Valerien .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/QTE/qte-system-2.capx)
QTE示例(类似音游,限时点击圈圈缩小) Valerien .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/QTE/qte-system-3.c3p)

[]: —————————————————- []: # (ROGUELIKE) []: —————————————————- | ROGUE LIKE | 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | [ROGUELIKE 教程1:生成随机迷宫](https://www.construct.net/en/tutorials/rogue-like-random-maze-tutorial-pt-1-1025) | UberdroidGames | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/ROGUELIKE/rogueliketutorial.capx) | | [ROGUELIKE 教程2:限制可视区域](https://www.construct.net/en/tutorials/rogue-like-random-maze-tutorial-pt2-limiting-your-visible-area-1027) | UberdroidGames | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/ROGUELIKE/rogueliketutorial.capx) | []: —————————————————- []: # (DEMO) []: —————————————————-

Demo 作者 类型 下载
:———— :————: :————: :————:
无限向上跳跃,左右躲避障碍的小游戏 KTML5 .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/buried.capx)
贪吃蛇.io Perametade Games .capx [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/Template-slither.io.capx)
横板跑酷游戏,有3种模式(一命通关、自动通关、记录点) rafaeltrigo .c3p [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/Geometry_Dash.c3p)

[]: —————————————————- []: # (OTHER) []: —————————————————- | 极端的解决方案 (不适用于大部分使用者)| 作者 | 类型 | 下载 | | :———— | :————: | :————: | :————: | | 基于多帧动画,伪3D滑动旋转 | dop2000 | .capx | [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Fake3D/AnimationRotation.capx) | ———— []: —————————————————- []: # (常见问题) []: —————————————————- #### 常见问题

###### Construct 3 的价格?

按月订阅:¥56.99 元 / 月<br>按年订阅:¥449.99 元 / 年 -<br> 注1:付款前切换货币为 CNY:月卡仅支持国际信用卡可以切换为CNY。而年卡可以用PayPal选CNY。[为什么月卡不能选PayPal?](https://github.com/Scirra/Construct.net-website-bugs/issues/156) -<br> 注2:每次订阅后默认会开通自动续订,如果只想购买一次,到官网个人中心[Your Subscriptions](https://www.construct.net/en/profile/billing/subscriptions/),编辑你当前订阅的订单。页面最底部有一行Cancel Your Subscription,点红色字体超链接 Continue to cancel,即可取消下次订阅,否则到期会自动扣费。 -<br> 注3:Construct 3 的账号允许多个不同设备在不同地区同时登录,没有任何登录限制。并且订阅账号仅用于检查编辑器的使用权限,不会储存任何信息,所有的编辑器设置、安装的第三方插件、编辑的项目文件,包括登录后的云储存账号,都是保存在本地计算机的。(团队版除外,团队版的账号管理员有针对团队的网络共享文件功能。) -<br> 你可以在编辑器的标签页[Buy now],或者编辑器右上角菜单的[Purchase…] 购买。 ![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/image/construct-plans-rmb.png)

[]: # (Disclaimer) ###### 这些范例都从哪来的? 这里提供的.c3p或.capx项目文件,大多数都来自Construct官网[教程板块](https://www.construct.net/en/tutorials?flang=-1&content=0)、[论坛提问板块](https://www.construct.net/en/forum/construct-3/how-do-i-8)、[Discord频道](https://discordapp.com/channels/116497549237551109/225550155531812865)、[HowToConstructDemos](https://howtoconstructdemos.com/)或者咱们的QQ群文件。他们分散在各种地方,想检索的时候不好找,于是我们整理了这个案例图书馆,方便大家轻松找到想看的案例。 在大多情况下,这些案例中并非是最合适的实现方案,只是一种可以提供你参考的想法思路。同样的,他们也并非最佳的入门学习资料,如果你还是初学者建议先把官方的模版看懂。由于每个开发者的开发习惯不同,案例只是提供了基本的逻辑实现,他们仍有非常大的优化空间,这些后续的工作都必须由你自己来完成。在参考案例过程中,多思考他为什么要这么做,可不可以按另一种方法那样做。以他的案例为模版,先学会修改参数,看懂事件运行的原理,提取出最核心的事件代码,然后继续扩展事件逻辑,这样才能把他的想法真正转换为自己的经验。 []: # (How to Open .c3p) ###### 我该用什么工具打开? 这里提供的.c3p或.capx项目文件,可以使用[Construct3编辑器](https://editor.construct.net/)打开。进入编辑器后,可以将已下载的.c3p或者.capx文件直接拖入编辑器窗口,或者在菜单手动打开项目。

[]: # (Construct 3 beta releases) ###### 为什么无法打开项目? 当你打开某个.c3p项目时出现“Construct 3 beta”提示框,说明此项目的开发者使用了较新的Beta版本。你需要在新版本编辑器中重新打开它。

<p class=“c3dialog_text c3dialog_title_text”>Construct 3 beta</p>

<p class=“c3dialog_text c3dialog_content_text”>This project cannot be opened since it was saved in a newer version of Construct 3. The project was saved in <strong>r229</strong>, and you are currently using <strong>r225</strong>. Use a newer version of Construct 3 to open the project.</p>

你可以在官网[Construct 3 版本列表](https://www.construct.net/en/make-games/releases/beta)页面,找到目前最新的beta版本使用。 []: # (Free editon limit) ###### 为什么无法编辑项目? 当你打开某个项目时想编辑事件,却弹出“Free editon limit”提示框,无法继续编辑。说明你目前使用的是免费版,免费版存在着许多限制,比如最多只能添加50条事件,最多新建2个图层…如果想解除限制,请给它恰饭!不充钱,能变得更强吗?

<p class=“c3dialog_text c3dialog_title_text”>Free editon limit</p>

<svg fill=“#000000” height=“48” viewbox=“0 0 24 24” width=“48” xmlns=“http://www.w3.org/2000/svg”><path d=“M0 0h24v24H0z” fill=“none”></path><path d=“M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z”></path></svg>

<p class=“c3dialog_strong_text”><strong>This project exceeds the Free Edition limits</strong></p>

<p class=“c3dialog_text c3dialog_content_text”>You cannot modify this project when the limits are exceeded. Register an account and log in to increase the number of events you can use. Purchase a plan to remove all of the Free Edition limits.</p>

[]: # (What is .capx) ###### .c3p 和 .capx 有什么区别? Construct 3可以在编辑器直接打开未使用第三方插件的Construct 2项目.capx,并将它自动转换为C3 runtime。但C2不能打开C3的.c3p项目。向下兼容。 需要注意的是,官方宣布即将在2021年7月1日,正式停用Construct 2。如果你目前还在使用Construct 2,建议使用Construct 3,真的好用。 当你下载了某个.capx,发现它正好能实现你理想的效果时,请注意检查该项目的事件功能是否在Construct3中有更新,比如改动最大的Function,已经成为C3编辑器内置组件,使用的方法也有了变化。 另外,如果你的.capx项目使用了第三方插件,但是又希望将移植项目到Construct 3,只能先将使用了非官方插件的部分事件删除,手动导入后再想办法寻找其他解决办法。比如,寻找该插件C3 runtime的移植版本,或者使用其他插件代替。 ———— []: —————————————————- []: # (QQ群) []: —————————————————- #### 联系方式 CiGA Construct2/3 开发者QQ群:180911504

[]: —————————————————- []: # (硬核。修改全局主题) []: —————————————————- <style name=“xhxiaiein_globalstyle” type=“text/css”> :root { –icon-theme: #171717;} /* Built-in */ .entry-header, .header-footer-group,.comments-wrapper,.section-inner{display:none} /* main */ body{width:100%; background-color:#e6e6e6;font-size:16px;line-height:20px;font-weight:400;min-width:420px;} .entry-content {margin-top:-50px; margin-bottom: 8rem;position: relative; min-height: 100%; height: 100%;padding-top:24px} .entry-content *{margin:0 auto;box-sizing: border-box;} /* Font */ .entry-content h1,h2,h3,h4, h5,h6{line-height: 26px; margin: 24px auto; font-weight: bold;} .entry-content h6{padding-bottom:10px; margin-bottom: 5px;} .entry-content p { white-space: pre-line; word-break:break-all;} .entry-content p, a{ font-size: 14px; padding:0; margin: 0 auto;} .entry-content table, table *, hr { margin: 0 auto; border-color: #2b2b2b; } /* table-frame */ .table_frame { padding-top: 4px; padding-bottom: 8px;} .table_frame:after {content: '\A'; white-space: pre;} .table_frame table { width:100%; border-collapse: collapse;} .table_frame table *{font-size: 14px;} .table_frame table tbody{ width: 100%; table-layout: fixed !important;} /* hr */ .entry-content hr:before{display:none} .entry-content hr:after{display:none} .entry-content hr{border-style: dashed; border-width: 0.5px; } /* td */ .table_frame table td:nth-of-type(1) {width: 380px;} .table_frame table td:nth-of-type(3) {width: 28px;} .table_frame table td:nth-of-type(4) {width: 32px;} .table_frame table td:nth-of-type(2) {white-space: nowrap !important;} .table_frame table td:nth-of-type(3) {white-space: nowrap !important;} .table_frame table td:nth-of-type(4) {white-space: nowrap !important; text-align: center !important;} /* th */ .table_frame table th{font-weight: bold; white-space: nowrap; background: #c2c2c2; } /* svg-color */ .table_frame table th:nth-of-type(1) * {display: inline-block !important;vertical-align: sub !important;height:20px; } .table_frame table th:nth-of-type(1) img{pointer-events: none;position: relative; left: -27px; overflow: hidden; filter:drop-shadow(27px 0 0 var(–icon-theme));-webkit-filter:drop-shadow(27px 0 0 var(–icon-theme));-moz-filter:drop-shadow(27px 0 0 var(–icon-theme));} </style> []: # (仿C3对话框) <style name=“xhxiaiein_c3dialog” type=“text/css” > .c3dialog_frame{display:block;width:95%;margin:10px auto 10px auto !important;box-sizing:border-box;padding:0;vertical-align:top} .c3dialog_title{width:100%;box-sizing:border-box;border-width:2px 2px 0;border-radius:10px 10px 0 0;border-style:solid solid none;border-color:#4180c6;background-color:#2980cc;padding:2px 4px} .c3dialog_text{font-size:14px !important;line-height: 20px !important;margin: 0 !important; padding: 0 !important;} .c3dialog_title_svg{margin:0px auto;display:flex;justify-content: left;align-items:center;} .c3dialog_title_text{color: #fff !important;text-align:center !important;padding:0 !important;} .c3dialog_strong_text{color:#000 !important;font-size:18px !important;margin:0 !important;padding:0 !important;margin-left:8px !important;} .c3dialog_content_text{color: #000 !important;padding-top: 4px !important;} .c3dialog_content_frame{display:inline-block;border-width:0 2px 2px;border-radius:0 0 10px 10px;border-style:none solid solid;background-color:#efefef;padding:10px 20px 20px;box-sizing:border-box;border-color:#d8d8d8;} </style>

[]: # (移动端适配) <style name=“xhxiaiein_tableMobileView” type=“text/css”> @media screen and (max-width: 460px) { /* table */ .table_frame th{display: none;} .table_frame td{display: none;} .table_frame th:nth-of-type(1) {width: 90%;} .table_frame th:nth-of-type(4) {width: 10%;} .table_frame th:nth-of-type(1) {display: table-cell;} .table_frame td:nth-of-type(1) {display: table-cell;} .table_frame th:nth-of-type(4) {display: table-cell;} .table_frame td:nth-of-type(4) {display: table-cell;} .entry-content:before {content: '亲,建议使用电脑端阅读。'; white-space: pre; color: #f7f9fa; background-color: #2a80eb; display: block;padding: 4px 6px 4px 6px;margin-bottom:24px; margin-top:-24px;} } </style> []: —————————————————- []: # (硬核。页面渲染结束后插入代码) []: —————————————————-

[]: # (在table外部包裹一层div,自适应宽度) <script type=“text/javascript”> [].slice.call(document.querySelectorAll('table')).forEach(function(e){ var wrapper = document.createElement('div'); wrapper.className='table_frame'; e.parentNode.insertBefore(wrapper, e); e.parentNode.removeChild(e); wrapper.appendChild(e);}) </script> ————

examples.1608958892.txt.gz · 最后更改: (外部编辑)