Keisha Posted October 15, 2018 Share Posted October 15, 2018 Hi erverybody, Does anyone of you know how to implement a vertical scrolling(text or game objects) in Phaser3 ? I want to scroll a leaderboard entries vertically. Please help me. Link to comment Share on other sites More sharing options...
jake.caron Posted October 15, 2018 Share Posted October 15, 2018 Hi Keisha, I would probably use a geometry mask applied to a game object. I would then add a "draggable" listener to the gameobject and move it along the supplied Y value. Hope this helps. Let me know if you need a deeper explanation. Link to comment Share on other sites More sharing options...
Keisha Posted October 15, 2018 Author Share Posted October 15, 2018 37 minutes ago, jake.caron said: Hi Keisha, I would probably use a geometry mask applied to a game object. I would then add a "draggable" listener to the gameobject and move it along the supplied Y value. Hope this helps. Let me know if you need a deeper explanation. Thanks @jake.caron. This is very helpful suggestion. Link to comment Share on other sites More sharing options...
Recommended Posts