The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Tutorials and Eventing => Topic started by: Eggplant Wizard on March 22, 2013, 06:14:29 PM

Title: RPGM2003: Question About Making the Screen Shake. [SOLVED]
Post by: Eggplant Wizard on March 22, 2013, 06:14:29 PM
My game starts in a laboratory that is under some serious stress. I would like the screen to shake and flash constantly. ...but I can't figure out how to do this. I've tried numerous things, but nothing seems satisfactory. I've placed separate events on the map to trigger this, but the player can just walk around them. Everything else I try just leads to the main character being frozen in place; unable to move. Any help would be greatly appreciated.
Title: Re: RPGM2003: Question About Making the Screen Shake.
Post by: &&&&&&&&&&&&& on March 22, 2013, 06:42:36 PM
Did you try parallel process?

Use this to shake the screen -
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi109.photobucket.com%2Falbums%2Fn52%2Fdreamslayer7%2Fbsshot_zps2d10f4c2.png&hash=4d6069bacd2496add89d81e5c111686a24cb8ed9)

Use this to flash the screen -
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi109.photobucket.com%2Falbums%2Fn52%2Fdreamslayer7%2FHereugo_zps5035a9d4.png&hash=14307bef29e539963bcea1b4e7cd6f84271bcb40)

Code: [Select]
Just do-

>>Parallel process
  > Flash Screen (R31, G31, B31, V31)
  > Wait: 1.0 Sec
Title: Re: RPGM2003: Question About Making the Screen Shake.
Post by: Eggplant Wizard on March 22, 2013, 08:36:32 PM
Thank you so much!
The parallel processing worked like a charm.
I believe I was using Auto-start. ...and that just wasn't working.