How do I record my mouse activity

0 favourites
  • 5 posts
From the Asset Store
Total customisation of the input! You can combine inputs from all peripherals. Make your game accessible for everyone!
  • Hi

    is there a way to record mouse activities into array so i can analyze user activities ?

    i want to be able to record the location he clicked and the paths he moves .

    Thanks ,

    Zohar

  • Well, recording ANY activity could turn in a huge amount of data to save, so the first thing to think about is how to reduce this amount and in order to do this we should know what do you want to achieve

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • well , i want to be able to analyze player behavior when he need to tackle some problems .

    for example :

    * what does he do with his mouse while thinking?

    * does he press mouse button multiple times when there is no response on the first click ?

    * does he pixel hunting or go directly with logic to solve puzzle ?

    * etc ..

    At the end i want to have some kind of file with mouse positions/clicks which i can replay and analyze the player behavior .

  • Well, i had a similar necessity, so i would suggest:

    1- fill an Array object with any Mouse event that you want to track;

    2 - save this Array by either user Gamesaves or Localstorage, in this way it is possibile to restore it when the app loads a second time;

    3 - send this "event log" to a web service on a public server using JSON, this way you don't need to ask the user to save a file on his system and send it to you.

    All of the bold words are C2 objects or plugins to use

  • Your instructions are very clear i will start to implement it and see if there is no performance issue .

    if you want i'll let you know .

    Thanks

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)