Im working a project with two of my fellow students and we would like to be able to drag the cursor over a tilelist to select multiple tiles. We cant really find any function to do this, is it possible to do it some how?
Best regards
Thanks
Im working a project with two of my fellow students and we would like to be able to drag the cursor over a tilelist to select multiple tiles. We cant really find any function to do this, is it possible to do it some how?
Best regards
Thanks
Copyright © 2021 Jogjafile Inc.
This should give you an idea of what you want to accomplish:
You'll definitely want to customize this to suit your needs, but basically it adds a few mouse event listeners to the tile list and selects any tile that has been rolled over while the mouse button is pressed.