RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
Music in menu

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
Is it possible to have a different track playing when you call the menu?

If so how?

**
Rep:
Level 85
I EDITED MY FIRST SCRIPT WITHOUT FAILURE!!!!!! THANK YOU!!!!!!!!

EDIT: Err, right, your script ...
First, make sure it is the default RMXP script (I haven't tested it out with any CMS yet.)

Go to Line 18 of "Scene_Menu" on the script editor. It should say "def main" Hit "enter" on your keyboard and copy and paste this:
Audio.bgm_play("Audio/BGM/001-Battle01")

If you want to change what music plays, go to materials, and click BGM. Write down the name of the music file you want to play, and then type it where  ---------- 001-Battle01   ------------ is on the code snippet above.


I'm working on making it stop and go back to the BGM beforehand. I'll edit it into this post once I figure it out.
« Last Edit: June 30, 2008, 12:52:45 PM by Caesis »

**
Rep:
Level 88
Okay awesome thanks I will def get on that!

**
Rep:
Level 85
Oh umm ...

Audio.bgm_stop

Put that ummm ... I'll get on this in a day or 2. I'm sick right now and can't think well.

I was working on a way to make the previous BGM playing to continue after the menu closes last time I was on RMXP. Little luck, though.