Chaos Project

RPG Maker => General Discussion => Troubleshooting / Help => Topic started by: Spoolie on December 23, 2012, 04:29:28 pm

Title: [RESOLVED] [Video Included] Event help?
Post by: Spoolie on December 23, 2012, 04:29:28 pm
Hey guys, can you help me with this?  :haha:


http://www.youtube.com/watch?v=u3tMoPQ51bw&feature=youtu.be
Title: Re: [Video Included] Event help? [NOOB QUESTION]
Post by: ThallionDarkshine on December 23, 2012, 05:06:32 pm
The video is private right now.
Title: Re: [Video Included] Event help? [NOOB QUESTION]
Post by: Spoolie on December 23, 2012, 06:33:34 pm
Thanks for letting me know,  the video is now public.
Title: Re: [Video Included] Event help? [NOOB QUESTION]
Post by: diagostimo on December 23, 2012, 07:18:55 pm
the second guy needs to be an auto run or parrallel proccess, the difference between the two is auto run stops you from inputing actions, whereas parrallel proccess runs along with your input, also to save on using switches, you could call a move command to move the character from within a separate event, so say:

1. show text
2. move event(1) right x times
3. whatever else you wanna do
4. control self switch so i dont repeat

that will save on switches, but say in a case you want to move more than 1 player then a switch would be better suited
Title: Re: [Video Included] Event help? [NOOB QUESTION]
Post by: KK20 on December 23, 2012, 10:37:34 pm
Especially for a cutscene, you're better off running the whole thing in just one event rather than flipping switches on and defining every event's move routes within their own event commands list.
Title: Re: [Video Included] Event help? [NOOB QUESTION]
Post by: Spoolie on December 24, 2012, 01:15:19 am
Thanks for your guys help! RESOLVED!