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.
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...
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.
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. :)