Hi there,
I've run into this before in the past, but i'm looking at it again and doing a bit of time consuming trial and error and wanted to get other peoples experiences.
So I am trying to use preload but it seems to hang up.. basically like this:
on start of layout:
preload sound1
preload sound2
preload etc etc.. i have about 65 things i'm preloading
it seems to hang up though when the next behavior is that
preload complete:
go to next layout
perhaps its not needed, but when i setup some alternative ways (adding a button to go to the layout) that works fine.
the reason i need this is the first real scene, with no preloading seems to have trouble with two audio clips firing off at the same time due to what i can only imagine is some kind of loading lag time..
so yea i just thought I'd poll others who have used preloading for iOS apps and if there are any tricks or something that I'm missing
Thanks!
Caleb