Copy link to clipboard
Copied
i Cant drag and drop movieclip .The only event whitch work is "click"
touchend , touchmove, touchstart not working .
I am teacher , my physics simoulation work at mobile and pc but not on windows touch screen.
https://users.sch.gr/lefgeo/faraday/faraday12122020.html
Please help me.
Copy link to clipboard
Copied
Hi.
I think that for devices that have touch capabilities but are not mobile, CreateJS fails decting them correctly. So you need to use native touch events.
https://www.w3schools.com/jsref/obj_touchevent.asp
Please let us know.
Regards,
JC
Copy link to clipboard
Copied
I will try . Although I already tried. It's not fair... Other tools like jqwery do just fine. It is not fair .....
We must found soloution.
Thanks .
Copy link to clipboard
Copied
you can use jquery in animate by "including" (click the + sign at the upper right of the panel) it in your global scripts panel
Copy link to clipboard
Copied
Yes. I am trying to solve like this few hours ago. But it's not easy. Many js files export variables in a paradoxical ways ....
Copy link to clipboard
Copied
i don't know what you mean, but ok.
Copy link to clipboard
Copied
My English is not good. Υou are right.... but i would just like to find a solution... i build free simulations for students and with this problem i can't help them as much as i would like.
Copy link to clipboard
Copied
did you add the jquery library and use the jquery code that works in other situations?
Copy link to clipboard
Copied
I have seen jqwery and createjs being used at the same time at HTML5 canvas. But i can not work at my applet.
Copy link to clipboard
Copied
an applet is written in java, not javascript. are you really working on an applet?
and i'm unaware of anything called jqwery. there is a jquery, though it is pronounced the way you keep spelling it. are you using something called jqwery or are those typos?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
but not for me
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
do you see any errors in your browser's console?
Copy link to clipboard
Copied
no errors , no work
Copy link to clipboard
Copied
/// this is my progress .i must found x , y function to move obj_1 (circle movieclip) and of cource make to work //without errors
Copy link to clipboard
Copied
sorry, i don't have time to debug your code.
Copy link to clipboard
Copied
ok Thank you
Copy link to clipboard
Copied
you're welcome.
Copy link to clipboard
Copied
What's the issue you're facing when using the native API?