How could I check constantly whether mouse is down and if mouse is down and it moves that I cal a function
I tried mk_mc.addEventListener(MouseEvent.MOUSE_DOWN,fct) but it only calls the function ones and then stops, I want to do it constantly, how can I do it?
What you’re asking for has been asked for before, but I can’t easily find a duplicate question, so I’ll post the link to my question where I was asking for help with a few niche issues.
Some reasonable code for handling drag events in AS3 is: