Charas-Project
Game Creation => Requests => Tutorials => Topic started by: hippieshopper on July 10, 2008, 04:58:09 AM
-
Is there a way to play different music in the normal menu of the game(in RPGM2k3)?
I am using the normal menu, no custom ones here :D
I am pretty sure you know what I mean, if not, think Legend of Dragoon...
-
all in one go or one by one?
as i got a music room where you walk on a box then you can play a
song you have a yes or no switch to play the music
if that help you
-
So when you press esc and enter the menu, you want different music to play?
I've never heard that one before. Okay...
Well, I've got halfway there. If you use key input processing to register the value of the cancel key, you can make a common event pick up on that and play the music you want, and then open main menu. You could probably make the music go back to normal once the menu's exited using a parallel process on every map.
Unfortunately, when I tried it, the menu opened twice for some reason. I didn't try it with the common event so that might fix it. Have a go!
-
I'll try to mess with it, thanks for the idea!
-
EASY MENU MUSIC TUTORIAL BY BRYAH-HERRY
1) Introduction: To understand this tutorial, make sure you first know how to use (and have pretty much mastered) the following commands:
1- Enter Password
2- The use of variables
3- (Easy) BGM Music Changing (I know it's simple, but just in case)
2) The Programming:
(This is what the command box will look like) (Make sure it's a Common Event set to "Parallel Process", too.)
<>Disable System Menu
<>Enter Password: [0001: Menu Music] (The only boxes checked should be "Cancel" and "Wait until key hit")
<>Memorize BGM
<>Play BGM (Pick One)
<>Call System Menu
<>Play Memorized BGM
3) NOTE:
1- Do NOT reuse the variable set for the password
This is what i used when i did it.... i found it a while ago
-
Thanks...a lot!!