Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: neb87 on May 08, 2006, 04:20:00 AM
-
i have a event where it is parral process and it has battle aniamations in it ,
there is 6 people and and i have a battle aniamation for each one, now how do i make those battle aniamations to continue while other events are happing
-
....huh?
Well, first thing, you can't have more than 1 battle anim showing at once. And using the Parallel Process trigger makes the event run independently of other events. I'm not really sure what you're asking, so please rephrase your question.
-
i have 6 battle aniamations that are all happeing(one after each other)and i want them to keep going when the event is doing the rest of the programing(talking and other things)
-
Just uncheck the "halt other processes" checkbox.
-
Should be a parallel process that uses the animations with halt other process off. then repeat it for each animation and that should work. Just like they said.
-
fixed it thanks for everybodies help