The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: PakisPaks on August 15, 2008, 03:13:05 PM

Title: How to disable player movement?
Post by: PakisPaks on August 15, 2008, 03:13:05 PM
Hi! I want to disable my player movement during cut scenes. In RPGXP you could not move during autorun event but in VX it seems you can :( So how can I make player stay still?

Thanks in advance!
Title: Re: How to disable player movement?
Post by: &&&&&&&&&&&&& on August 15, 2008, 05:24:16 PM
After the move commands use a "Wait with completion" or "Proceed with movment"... what ever it's called. There's also the "Wait" command that lets you set a number (In milliseconds I think). So if you set "Wait 200" it would wait for 200 milliseconds then let the player move again.
Title: Re: How to disable player movement?
Post by: Kebin on August 15, 2008, 06:59:31 PM
Actually on the wait command, since VX uses 60 frames per second, if you wanted 5 second wait time, you'd set it to wait for 300 frames. Just multiply how long you want it to wait (in seconds) by 60.