Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by crowbar_of_irony

Hi all,

I wish to do some processing on entities and on the level data after the level has finished loading. Is there anyway to detect when the level has loaded?

1 decade ago by dominic

Just overwrite the Game&039;s #.loadLevel() method:

loadLevel: function( data ) {
	// Call the original implementation. This loads the level
	this.parent( data );

	// Do your own processing here...
}
Page 1 of 1
« first « previous next › last »