Jump to content

pressmove animate cc


priade
 Share

Recommended Posts

Hi everyone,

i'm new user and i'm trying to create my first hmtl5 game for mobile with animate cc. I have put the file in android assets and loaded the file with webview.

i have a big problem with pressmove for drag and drop. The function works correctly on old samsung s2 (android 4.1.2) and on browser but on device with android 5 (samsung note 4) the drag not works.

the function is very simple

 

createjs.Touch.enable(this);
var stage = this;
this.stop();

   this.circle.addEventListener("pressmove", fl_MouseClickHandler_2.bind(this));

    function fl_MouseClickHandler_2(evt)

    { evt.currentTarget.x = evt.stageX ;

       evt.currentTarget.y = evt.stageY ;

    }

 

any suggestion?

 

thanks to all

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...