• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Remembering and playing back bgm

ShadowFiendZX

Gym Leader
  • 59
    Posts
    12
    Years
    Hello, I am trying to write a scene in the script section.
    I want it to remember the bgm, play a new one, then after a bit I need it to resume the old music after stopping the new music.

    ret=Kernel.Audio_bgm_get_position
    neither dpes
    Audio_bgm_get_position
    or any of the other ones found in the Audio script.
    And in the SpriteWindow script there isn't a pb script for remembering the bgm as far as I can see.
    doesn't work.
    I've already used
    pbBGMFade(1.0)
    pbBGMPlay()
     
    Last edited:
    Back
    Top