[RESOLVED] [Video Included] Event help?

Started by Spoolie, December 23, 2012, 04:29:28 pm

Previous topic - Next topic

Spoolie

December 23, 2012, 04:29:28 pm Last Edit: December 24, 2012, 04:55:20 am by Blizzard
Hey guys, can you help me with this?  :haha:


http://www.youtube.com/watch?v=u3tMoPQ51bw&feature=youtu.be

ThallionDarkshine


Spoolie

Thanks for letting me know,  the video is now public.

diagostimo

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

KK20

December 23, 2012, 10:37:34 pm #4 Last Edit: December 23, 2012, 10:39:01 pm by KK20
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.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Spoolie