C2/C3 Wiki

C2/C3开发者的乐园

用户工具

站点工具


examples

这是本文档旧的修订版!


![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/construct3Logo-lightbg.svg)

## Construct 3 案例图书馆 最后更新日期:2021-01-14 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.rpg.icu/)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_sprite_24x24.svg) 游戏开发资源 [免费字体](http://rpg.icu/?page_id=530) [授权素材](http://rpg.icu/?page_id=544) [实用工具](http://rpg.icu/?page_id=552)

###### 基础教程 ![](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 ![](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)

- 描述: 跷跷板重力平台 - 作者: dop2000 - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Physics/Seesaw.c3p)

- 描述: 天花板向地面滴落液体 - 作者: André - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Behaviors/Platform/slime_ceiling_drip_example.c3p)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

- 描述: 横板随机老虎机 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Gamble/horizontalslotmachine.c3p)

![](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)

##### Plugins ![](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)

![](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)

![](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) - 描述: - 作者: 波浪文字动画(使用bullet+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)

![](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)

![](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) - 描述: - 作者: 接水管小游戏,使用TIlemapdop2000 - 类型: .capx - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/Tilemap/Loop_demo.capx) - 描述: - 作者: 接水管小游戏另一种实现思路,使用Spritedop2000 - 类型: .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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](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)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/plugin_drawingcanvas_24x24.svg) DrawingCanvas

- 描述: 双人游戏分屏 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/twoplayersgamesplitscreen2.c3p) - 描述: - 作者: 蒙版绘图,自定义蒙版形状,笔刷纹理,笔刷颜色dop2000 - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/StencilPainting4.c3p) - 描述: - 作者: 获取指定坐标的颜色值hcatarrunas - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/GetColorAtDrawingCanvasPixel.c3p)

- 描述: 绘制圆角矩形 - 作者: dop2000 - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/UI/RoundedRectangle.c3p)

- 描述: 湖面倒影 - 作者: dop2000 - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/ReflectionDrawingCanvas.c3p)

- 描述: 吸附在不规则形状的地形移动 - 作者: André - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/Player_Position_To_Terrain_drestuff.c3p)

- 描述: 高倍镜瞄准效果,消除部分背景效果 - 作者: dop2000 - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/ScopeDemo.c3p) - 描述: - 作者: 绘制流畅的丝带舞尾巴skymen - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Plugins/DrawingCanvas/CanvasTrail_1.c3p)

![](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 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 ![](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)

![](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)

![](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,在游戏中存档或读取 - 作者: 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)

对话系统

- 描述: 懒人对话框 - 作者: 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)

ZUMA 祖玛 - 描述: 简单的祖玛案例,球绕着轨迹循环,球撞入会加入队列(任意位置) - 作者: R0J0hound - 类型: .capx - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Waypoint/zume2.capx)

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)

- 描述: Text 围绕曲线显示1 - 作者: Tomycase - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Bezier/CurvedText.c3p)

- 描述: Text 围绕曲线显示(带动画) - 作者: R0J0hound - 类型: .capx - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Other/Math/Bezier/text_on_path.capx)

计算轨迹

- 描述: [计算运动轨迹](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)

![](https://c2c3.oss-cn-beijing.aliyuncs.com/project/all/web/svg/editor_script_24x24.svg) JavaScript in C3

- 描述: 润滑多汁的粒子尾巴 - 作者: skymen - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Javascript/meshtrail.c3p)

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

![](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示例(限时点击按钮) - 作者: 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)

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)

益智游戏

- 描述: 物理益智消除游戏,掉落大量图案,点击指定相同的图像消除,内置多关卡。 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/puzzle_KidsGame.c3p)

- 描述: 拖动方块到棋盘,3个相同的方块相邻自动合成。放置版2048 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/puzzle_Bejeweled.c3p)

- 描述: 对对碰,拖动一个方块,与相邻方块交换位置,相同的消除 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/puzzle_match3gameadvancedmatch.c3p)

- 描述: 点击式3消。点击一个方块,如果相邻有相同的方块,消除。 - 作者: rafaeltrigo - 类型: .c3p - [下载](https://c2c3.oss-cn-beijing.aliyuncs.com/project/example/Demo/puzzle_match3gameadvancedmatch.c3p)

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)

极端的解决方案 (不适用于大部分使用者)

- 描述: 基于多帧动画,伪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)

###### 这些范例都从哪来的?这里提供的.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群文件。他们分散在各种地方,想检索的时候不好找,于是我们整理了这个案例图书馆,方便大家轻松找到想看的案例。 在大多情况下,这些案例中并非是最合适的实现方案,只是一种可以提供你参考的想法思路。同样的,他们也并非最佳的入门学习资料,如果你还是初学者建议先把官方的模版看懂。由于每个开发者的开发习惯不同,案例只是提供了基本的逻辑实现,他们仍有非常大的优化空间,这些后续的工作都必须由你自己来完成。在参考案例过程中,多思考他为什么要这么做,可不可以按另一种方法那样做。以他的案例为模版,先学会修改参数,看懂事件运行的原理,提取出最核心的事件代码,然后继续扩展事件逻辑,这样才能把他的想法真正转换为自己的经验。

###### 我该用什么工具打开?这里提供的.c3p或.capx项目文件,可以使用[Construct3编辑器](https://editor.construct.net/)打开。进入编辑器后,可以将已下载的.c3p或者.capx文件直接拖入编辑器窗口,或者在菜单手动打开项目。

###### 为什么无法打开项目?当你打开某个.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”提示框,无法继续编辑。说明你目前使用的是免费版,免费版存在着许多限制,比如最多只能添加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>

###### .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的移植版本,或者使用其他插件代替。

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