Delay Collection Change Until Screen Fades To Black? - Source Included(SOLVED)

Hi,

Making good progress.
We are trying to delay collection change until screen fades to black but it’s not working?
Any help would be appreciated!

Thanks!

J.

Click below for ZIP of entire project:
http://fallenangelsoftware.com/stuff/files/RedLightRacer/RedLightRacer.zip

Click below for GitHub repository:

In “loader.script” the following never fires:

elseif message_id == hash("ScreenFaded") then
    msg.post("/loader#loader", "load_level", { level = NextScreen })

Little lost…

J.

Ok, took another look at the docs and it’s finally working.
Links above have been updated.
Tomorrow is buttons.
Thanks!

J.

3 Likes