Drag'n'Drop Inventory

by LucknFavor
Drag and Drop Inventory Demo [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://LucknFavor.DragnDropInventory##version=2

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://LucknFavor.DragnDropInventory##version=2

1632 downloads
Version 2.1
Date added: Jul 18 2008
Last updated: Jul 29 2009
10 fans
Demo teaching programmers how to implement
a advanced grid Inventory.




Includes uses of ;
MouseDrag()
--->(Change the mouse_drag_pointer to a item)

MouseDrop()
--->(Drop from one grid to another)

Interface Grids
--->(Displays the players contents on screen)

Update Information

Ver.2 Update
-Removed Weaponslot Update process.
-Reworked MouseDrop().
...Added a objects set overlays variable.
-Redid MouseDrag().
...Added a icon.blend affect.
-Compacted Code and Redid comments.
-Added an Information file within the source.
-Fixed minor bugs.

Ver.2.1 Update
-Fixed a small bug with equipping.