• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Resource icon

Resource Mystery Gift Music 1.2

Abdoulgaming

Mr. Y
Member
Joined
Sep 15, 2020
Posts
65
Abdoulgaming submitted a new resource:

Mystery Gift Music - It's like the Official Games

This is an add-on from Contiune Background Music but with the Mystery Gifts and my variant too, it is very similar to Contiune Background Music, but that's not it


They always wanted it to be played in the Mystery Gift Music, then I thought about it being played in the Mystery Gift Music as in the Official Games

You must have the FMod plugin if you want to use the music that I last ripped and looped and now to the tutorial on how to use it


Step 1 go to...

Read more about this resource...
 

DarrylBD99

A YouTuber that really REALLY loves making games
Member
Joined
May 20, 2020
Posts
61
Alright... firstly, you should next time specify before or after which line of code instead of just saying going to line??? cause some people's code may not be exactly the same. Also, I am pretty sure that is not how the bgm should play.

Maybe try this instead

Inside Pscreen_MysteryGift script section pbDownloadMysteryGift function,
Replace this line:
Ruby:
Expand Collapse Copy
  pbFadeInAndShow(sprites)

With This:
Ruby:
Expand Collapse Copy
  pbBGMFade(0.8)
  pbFadeInAndShow(sprites)
  pbBGMPlay("MysteryGift")

Afterward, add:
Ruby:
Expand Collapse Copy
pbBGMFade(0.8)

Before the line:
Ruby:
Expand Collapse Copy
pbFadeOutAndHide(sprites)
 
Back
Top