When i set a "Move route" on my character he wont stop. If I set "Move left" he his moving left, but don't stop. Why?
EDIT: It work when i use "action button" to start the event. But not when i use parralel or autorun :S
Unka Josh
Jan 7 2010, 11:25 AM
Two possibilities:
1) You also clicked "Repeat." Uncheck it.
2) This is in a Parallel Process or Autorun event, which will keep cycling forever unless you stop it.
LegendOfSweden
Jan 7 2010, 11:27 AM
QUOTE (Unka Josh @ Jan 7 2010, 11:25 AM)
Two possibilities:
1) You also clicked "Repeat." Uncheck it.
2) This is in a Parallel Process or Autorun event, which will keep cycling forever unless you stop it.
If i have Parrallel Process he keep on moving. If I have Autorun, he don't move at all :/ Where is that "Reapet" button?
EDIT: It was not the Reapet button.
LegendOfSweden
Jan 7 2010, 11:53 AM
QUOTE (Unka Josh @ Jan 7 2010, 11:25 AM)
Two possibilities:
1) You also clicked "Repeat." Uncheck it.
2) This is in a Parallel Process or Autorun event, which will keep cycling forever unless you stop it.
OMG It's happening exacly the same with RPG Maker VX! But in VX my character can turn. But he never stop!
Unka Josh
Jan 7 2010, 12:21 PM
Well, like I said, Parallel Process= Repeat Forever.
Why don't you post a screenshot of your event code? That would make it much easier to debug.
LegendOfSweden
Jan 7 2010, 01:18 PM
QUOTE (Unka Josh @ Jan 7 2010, 12:21 PM)
Well, like I said, Parallel Process= Repeat Forever.
Why don't you post a screenshot of your event code? That would make it much easier to debug.
What? In videos (tutorials) on Youtube, they are taking parallel Process.
The code will come soon. I reinstall windows right now. How do you do when you do a cutscene then?
Scriptless
Jan 7 2010, 02:21 PM
A parallel process will repeat what ever you put in it. ex: Hello im bob! will be repeated for ever in that event since it's parallel. Change it to autorun, and then put erase event.
rcGingerNinja
Jan 7 2010, 02:31 PM
You don't need a parallel process for that, but if you use one you need to use conditional statements or some method of cancelling the action.
If you use a parallel process perform the entire cutscene once in that parallel process and then exit the event (use a switch with a conditional statement to ensure it does not fire off again, unless you use a dummy map they will not return to).
darkhalo
Jan 7 2010, 02:50 PM
Then you need to stop the movement with either a switch process or erase event. Matters not if parallal or auto run event.
LegendOfSweden
Jan 7 2010, 03:02 PM
Thanks for all answer! I did figure it out now
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.