Main Menu
  • Welcome to The RPG Maker Resource Kit.

a question on rpgm2000

Started by Duelpro, November 11, 2006, 10:00:16 PM

0 Members and 1 Guest are viewing this topic.

Duelpro

1. how can i make 2 events move at the same time?


:)

like what? make someone move at the same time as someone else? Info on events would help.
Watch out for: HaloOfTheSun

Duelpro

yeah like 1 guy that moves to the right and 1 moves to the left.

&&&&&&&&&&&&&

Use parallel process, it's by auto start and hero touch and all those... I think thats all you need to do...
&&&&&&&&&&&&&&&&

Blizzard

In the "Move event" command you can change which event should execute the move. If you want two events to move at the same time, just put their commands under each other. There will only be a delay if you use the "Wait" command between them, otherwise, they will move at the same time.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

Lavos84

Here's what you can do:

Let's say you have 2 events, "cat" and "dog," and when you press Enter on a person, they move right and left respectively.

1) Double click to open the event commands on the person to activate the event.
2) On the event commands, page 2, select Move Event.
3) Move the event "Cat" --- right.
4) Click OK.
5) On the event commands, page 2 select Move Event again.
6) This time, move the event "Dog" --- left.
7) Click OK.

As long as you don't have some command in between them, the events will both move at the same time.  Usually, having a message pop up right after the Move Event command will pause the entire event until the message is complete.  Just put the message after the events are moved.  :)