Hi,
I was wondering about the script execution and specific the initialisation of the instance.
static MusicPlayer instance = null;
when you have looped the game sequence (start again), why is this line skipped? Why isn´t instance set to null again?
Regards
Børge