Code question…
Ok, here’s the lowdown:
-
We have a Menu scene, the Game scene, then Score scene (simplified breakdown) for web player distro…for now.
-
We set the First Streaming Level 0 (as default, the Menu), loaded Menu scene fairly quickly, click “Start” to go to the actual Game scene…and sits there…sits there…sits there…sits there…in the meantime, people are clicking the heck out of the “Start” button wondering why it’s not loading, soooooo…
-
We set First Streaming Level to 1 (our Game scene), thinking it won’t display Menu scene until Game scene is loaded…but this achieved NO DIFFERENCE in delay after clicking “Start” in Menu scene…sigh.
With this in mind, we decided we definitely need at least a loader bar (as visual feedback to the player) to let them know SOMETHING is happening during the delay while loading the Game scene…and yes, I’ve read about the “GetStreamProgressForLevel” and “CanStreamedLevelBeLoaded” but we’re designers and not really coder-types, so can someone show WORKING code (not THEORETICAL) for doing this?
We would like to re-use our custom loader bar that we are currently using for the web player loader, just have it show after player clicks “Start” or any other scene from the Menu choices…
LINK: http://clients2.g2mediagroup.com/cmc…_20111215.html
Thanks for any help!