Does your pause screen pause the music playing in the background? After watching this short video you will learn how create a pause screen using events to stop the BGM when you pause your game and then resume the music from where it left off afterwards.

Preparation

This video builds on a "simple" pause screen created using events in a previous tutorial. The event is shown in this video as well, but if you would like to see how to create a pause screen from the beginning, I would recommend reading this tutorial:

 

http://www.gdunlimit...wn-pause-screen


Video

https://www.youtube.com/watch?v=bdCE89Eh-JE


Notes

Try it yourself!You might notice that the music resumes about a second before where the music actually stopped. This is because we saved the BGM before we faded it out, and it faded out over a second.

 

You can use a script call to immediately stop the BGM instead of fading out over a second.

RPG::BGM.stop


Try it yourself!

Follow the sample event to get started on your pause screen and then go from there.

Share


About the Author

No Comments

Quick Reply

Guest

Enter a username

Security check: What is 8 plus 2?