drag and drop in flash cc 2015 with createjs -
can know how simple drag , drop in flash canvas createjs ?
this.circle.addeventlistener("pressmove", fl_mouseclickhandler_2.bind(this)); function fl_mouseclickhandler_2() { // start custom code // example code displays words "mouse clicked" in output panel. evt.target.x = evt.stagex; evt.target.y = evt.stagey; }
thanks
Comments
Post a Comment