I Need To Reload The Current Collection, Is That Possible?

Hi,

Working on the [High Scores] screen Collection now.
When the player switches the GameMode on top of screen,
I need to reload the [High Scores] screen Collection so it shows the correct high scores based on GameMode.
Is that possible?
Getting an error that the Collection could not be loaded because it was loaded already?
Let me know, thanks!

J.

You can see our teams progress below:
http://fallenangelsoftware.com/stuff/files/RedLightRacer/HTML5/js-web/RedLightRacer/index.html

As always, the full project can be viewed below:

Unload it first using “unload” message. Wait until you get “proxy_unloaded” then load it again.

But why not add logic to the highscore to be able to update after it is created?

1 Like

I like to fade out the [High Scores] Collection on GameMode change
and then fade in to the new high scores based on changed GameMode.

I will need to do this for [Options] Collection as well.

Let me play around with it today…

J.