じ☆ve冰风 发表于 7 天前

Sliding Puzzle in Rm2k/3

How to make a Sliding Puzzle in RPG Maker 2000/3​

The purpose of this guide is to teach you how to make a sliding puzzle in RPG Maker 2000/3.​

Step One: Plan your puzzle
This determines where you will put all your sliding tiles and the points where the sliding has to stop. This is important. Unlike RPG Maker XP+, there's no convenient way to modify the puzzle so try to finalize it as much as you can. A general rule of thumb is to start from the answer first and then create the path.

Step Two: Create your map
In this specific example, the snowed floor tiles are where parts the player will stop, the frozen ones are where they slide.
Spoiler






Step Three: Create the Slide Trigger Event
Create an event where the player will begin to slide. And make sure that your event is the following:

[*]Player Touch
[*]Below Characters
[*]Set Move Route (Frequency 8)> Player > Animation OFF > 1 Step Forward > Skip if it cannot move.
[*]Press OK once you are done.
Spoiler









Step Four: Create Slide Stop Event
Create an event where the player will stop sliding. And make sure that your event is the following:

[*]Player Touch
[*]Below Characters
[*]Set Move Route (Frequency 8)> Player > Animation ON > Skip if it cannot move.
[*]Press OK once you are done.
Step Five: Copy and Paste Events
Next, you need to copy and paste the events to their respective tiles in the map. By the end you will get something like this.
Spoiler






And that's about it.


本贴来自国际rpgmaker官方论坛作者:Archeia处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/sliding-puzzle-in-rm2k-3.102175/
页: [1]
查看完整版本: Sliding Puzzle in Rm2k/3