Music for Main Menu

I'm currently making a Platforming game with level select screens. I'm wondering how I would make it so music played and looped when the user is in the main menu as well as the level select menus until he enters an actual level. I'm using an invisible actor that changes scenes when touched to change scenes. Thanks for your help!

Comments

  • KillerPenguinStudiosKillerPenguinStudios Member Posts: 1,291

    Hey @stellathefella,

    I'm assuming you are wanting the music to play the entire time the player is at both main menu as well as level select with no breaks in the music. What you need to do is make the main menu and level select in one scene. Then you can just move the camera to the position needed when at main menu or level select. Or you could have the main menu appear above the level select and when at level select move main menu and buttons off screen to different position. Then just have the music play and loop in an actor in the scene.

Sign In or Register to comment.