freezedev / lyria

Lightweight DOM-based game framework
The Unlicense
8 stars 0 forks source link

Active event from scenes #41

Closed frostney closed 10 years ago

frostney commented 10 years ago

Active event from scenes doesn't get called.

frostney commented 10 years ago

Correction: It doesn't work for the first scene, but it does work for subsequent scenes

frostney commented 10 years ago

I think this is a problem with the first scene not being synchronized when the first scene is shown

frostney commented 10 years ago

A real fix came in with 278330ad78b2cdf4dede3050b44cad47c4993a93, but all scenes need to be added as an asynchronous task in the preloader, the lyria template has been updated to reflect this change.