Jump to content
Search Community

inflamesc

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by inflamesc

  1. On 3/27/2018 at 11:14 AM, OSUblake said:

    Yep. That should give you an idea on how to get started, but it's not a perfect solution. For example, if the mouse is equal distance between two or more points on a path, which point should it use? That's something you'll need to figure out.

    How can I stop it from moving to another point of map regarding the position of the mouse? I just want to drag it along the path. 

  2. OSUblake, 

    2 hours ago, OSUblake said:

    Yep. That should give you an idea on how to get started, but it's not a perfect solution. For example, if the mouse is equal distance between two or more points on a path, which point should it use? That's something you'll need to figure out.

     

    Sir your work saved me from sleepless nights. Thank you master!

    • Like 4
  3. Hello guys,

    I'm totally new to JS. Trying to learn and improve. I'm trying to build a minimap and move an object that represents player movements on the map. You'll see 2 things in the code. One is a straight line the other one is a map. I was only able to find animated movements. So When the user wants to move the object on the straight line with the mouse, also this movement has to be reflected for the object on the map too. I just want to be able to move that point with the mouse. How can i do it?

    Best Regards

    See the Pen pLddVZ by inflamesc (@inflamesc) on CodePen

×
×
  • Create New...