Audio Not Playing on Correct Layout

0 favourites
  • 6 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • I am working on a game where on the Main Menu layout a BG Music is supposed to start playing. When I am in Construct 2 it starts fine, but when I export as Cordova and pull into Intel XDK the music does not start until I go to the next layout(by tapping the screen). The the music starts and plays fine. I have tried preloading the music in a layout prior to the Main Menu but it did not help.

    All other audio plays correctly.

    I also have another game that has BG that starts correct on the Main Menu after being opened in Intel XDK.

    Any idea...fyi..i am new

  • no one?

  • Did you check the manual?

    Mobile limitations

    Safari on iOS and Chrome for Android share a limitation in playing music. While sound effects can be played at any time, music is only allowed to start playing when the user touches the screen. This is a limitation in the browsers themselves. As a result, if you play music on the start of layout, you may find in these browsers it does not actually start until the next touch.

    Safari on iOS has a further limitation that no audio can play at all until the first touch. In other words, audio starts off muted and the first touch unmutes audio playback.

    Usually you do not need to handle this in your events. If you try to play sound or music on 'start of layout', the audio object will automatically queue it up for playback the next time the user touches the screen. However you should be aware of this when designing your game. If the first touch changes layout or stops the music, then the music may never be heard. You may want to start playback then encourage the user to touch the screen with a 'Play' icon or something similar.

  • Thanks for the info. No I did not read the manual. I thought it was a bug, not a limitation since another game I made works perfectly fine and I am pretty sure it is implemented the same way.

    Thanks,

    Rich

  • I did find a work-around. I load the BG as a sound instead of music. That starts as expected.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I did find a work-around. I load the BG as a sound instead of music. That starts as expected.

    Thank you so much i had the same problem and now it s fixed.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)