iceherosubzero Posted January 8, 2015 Share Posted January 8, 2015 Hello All, I need to know how to disable drag and drop events on remaining sprites when a popup is shown when some sprites are placed properly when dragged.// Costume is my sprite name or instance namescostume.events.onDragStart.add(this.onDragStart,this);costume.events.onDragStop.add(this.onDragStop,this);// My FunctionsonDragStart:function(){};onDragStop:function(){}; Any idea how I can disable the events Regards,Iceheros Link to comment Share on other sites More sharing options...
jdnichollsc Posted January 26, 2015 Share Posted January 26, 2015 Hi! Like this: http://www.html5gamedevs.com/topic/8401-disable-drag/ ? Regards, Nicholls Link to comment Share on other sites More sharing options...
Recommended Posts