• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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:
  pbFadeInAndShow(sprites)

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

Afterward, add:
Ruby:
pbBGMFade(0.8)

Before the line:
Ruby:
pbFadeOutAndHide(sprites)
 
Back
Top