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

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -