Hello everyone, In my project i want to do equipment. I made a phaser game and i want to do equipment but dont know how. I want be abble to drag element from equipment,drop it on my phaser game and use it. For example player have in equipment bed, he drag this bed from equipment and drop it on game, then he is abble to collide with this bed and induce function. I have two ideas: One is to keep elements in dive other than game's div and do it drag and drop, but i dont know how to get drop event on phaser game screen. I done equipment which is saving on MYSQL data base and i want to get elements from this div and drop it on screen, then use it in game. Two is to make equipment gui in game screen phaser, and them do drag and drop, but anyone have ideas/examples how to do equipment gui in phaser? You can see my project on www.lifetime.cba.pl login : test password test, and then click "graj" button. I will be very gratefull for help and examples. Greets.