I have a layout with a zone where I need to allow drag and drop and another zone where not, it's possible?
Develop games in your browser. Powerful, performant & highly capable.
one very easy way would be to create a dropzone-sprite and check if on drag and drop dropped this dropzonsprite is overlapped.
thanks, works fine