instantgame Posted November 24, 2018 Share Posted November 24, 2018 I am coding new game for facebook instant game and need ListView (Scroll view) to make a leaderboard Where can i find that, for Phaser 3, thank so much! Link to comment Share on other sites More sharing options...
Andrew Chen Posted November 26, 2018 Share Posted November 26, 2018 maybe there is an another way doing the scrollview by using dom (div) here is a link : http://labs.phaser.io/index.html?dir=game objects/dom element/&q= instantgame 1 Link to comment Share on other sites More sharing options...
instantgame Posted November 26, 2018 Author Share Posted November 26, 2018 Thank you Andew Chen! Is there any List View plugin that ready for use with Phaser 3? Link to comment Share on other sites More sharing options...
Andrew Chen Posted November 27, 2018 Share Posted November 27, 2018 11 hours ago, instantgame said: Thank you Andew Chen! Is there any List View plugin that ready for use with Phaser 3? what i mean is: you can create the scrollView or listView or another dom you like using H5, and get the HTML id by document.getElementById('divId') in Phaser3 ... create (){ this.listView = document.getElementById('myListViewId') // get the dom in phaser } no need plugin Link to comment Share on other sites More sharing options...
rex Posted November 27, 2018 Share Posted November 27, 2018 I have some ui componments. Here is a live demo of grid table. Link to comment Share on other sites More sharing options...
instantgame Posted December 1, 2018 Author Share Posted December 1, 2018 @Andrew Chen and @rex Thank so much! Link to comment Share on other sites More sharing options...
AF-G Posted August 21, 2021 Share Posted August 21, 2021 Hi Rex I had an error when I imported your components. Please help Link to comment Share on other sites More sharing options...
Recommended Posts