[Solved] default music

Status
Not open for further replies.
Level 26
Joined
Mar 29, 2020
Messages
1,468
Hey there,

I assume this is pretty simple - what GUI function makes the game resume the default music?

I am trying to make a piece of imported music start playing during the loading screen, then play 1 time and then return to the default music. when I tried using the function made for playing 1 time - it didn't start playing during loading screen (from init, rather only worked when the trigger was based on elapsed game time). and when I just used "play music" from "map init" it keeps playing in a loop (a 1.5 minute loop guaranteed to make users rage quit the map... )

thanks!
 
that actually had no effect on music that wasn't labeled as "music theme" (and just "stop music" stopped all music and didn't play default), but this worked:

  • music 2 new
    • Events
      • Time - Elapsed game time is 5.00 seconds
    • Conditions
    • Actions
      • Sound - Stop music Immediately
      • Sound - Play Music
 
Status
Not open for further replies.
Back
Top