Hey guys, I have a start screen layout and I have a when audio has finished loading there its ok to start game just to make sure there are no skips or pops in sounds loaded. Does this factor in all the audio for the project? Most of sound effects are happening in the main game layout.
Thanks dudes!!!
You need to use the 'preload' action to load audio before it is played. If you don't, the audio will load before playing, resulting in a short delay the first time around. Music will stream while playing.
Develop games in your browser. Powerful, performant & highly capable.
Ahhh ok thanks Sqidster! Logged into my memory banks
No problem ;)