pranadevil Posted March 20, 2015 Share Posted March 20, 2015 hi guys i wonder if there is a way to know the percentage of loaded content of a game to show it to the player by a label.i found a property /** * @property {number} progress - The rounded load progress percentage value (from 0 to 100) * @default */ this.progress = 0; this could be my answer? Link to comment Share on other sites More sharing options...
Nikow Posted March 20, 2015 Share Posted March 20, 2015 Lokk at this http://www.html5gamedevs.com/topic/13067-loading-bar-in-phaser/ Link to comment Share on other sites More sharing options...
pranadevil Posted March 20, 2015 Author Share Posted March 20, 2015 Lokk at this http://www.html5gamedevs.com/topic/13067-loading-bar-in-phaser/didnt work Link to comment Share on other sites More sharing options...
end3r Posted March 20, 2015 Share Posted March 20, 2015 Yeah, this.progress is the good lead. Check out the load events example - it has what you need. Morph 1 Link to comment Share on other sites More sharing options...
Recommended Posts